commit 9f022007013c772e6a0b736d285ca498ac801be2
Author: Adrian Bunk <[EMAIL PROTECTED]>
Date:   Wed Feb 21 01:30:10 2007 -0500

    [PATCH] UNION_FS must depend on SLAB
    
    On Sat, Feb 17, 2007 at 09:51:46PM -0800, Andrew Morton wrote:
    >...
    > Changes since 2.6.20-mm1:
    >...
    >  git-unionfs.patch
    >...
    >  git trees
    >...
    
    <--  snip  -->
    
    ...
      CC      fs/unionfs/copyup.o
    /home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/fs/unionfs/copyup.c: In 
function 'create_parents_named':
    /home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/fs/unionfs/copyup.c:620: 
error: 'malloc_sizes' undeclared (first use in this function)
    /home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/fs/unionfs/copyup.c:620: 
error: (Each undeclared identifier is reported only once
    /home/bunk/linux/kernel-2.6/linux-2.6.20-mm2/fs/unionfs/copyup.c:620: 
error: for each function it appears in.)
    make[3]: *** [fs/unionfs/copyup.o] Error 1
    
    <--  snip  -->
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: Josef 'Jeff' Sipek <[EMAIL PROTECTED]>

diff --git a/fs/Kconfig b/fs/Kconfig
index d0b3366..d57628b 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -1057,7 +1057,7 @@ config ECRYPT_FS
 
 config UNION_FS
        tristate "Union file system (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
+       depends on SLAB && EXPERIMENTAL
        help
          Unionfs is a stackable unification file system, which appears to
          merge the contents of several directories (branches), while keeping
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs

Reply via email to