GIT: unionfs2-2.6.27.y: Unionfs: SLAB_CTOR_CONSTRUCTOR has been removed from vanilla

Erez Zadok ezk at fsl.cs.sunysb.edu
Thu Aug 12 23:16:03 EDT 2010


commit 3e5b04b5a336a4e54c01c46291185493056bad79
Author: Josef 'Jeff' Sipek <jsipek at cs.sunysb.edu>
Date:   Sat May 19 03:14:30 2007 -0400

    Unionfs: SLAB_CTOR_CONSTRUCTOR has been removed from vanilla
    
    Signed-off-by: Josef 'Jeff' Sipek <jsipek at cs.sunysb.edu>

diff --git a/fs/unionfs/super.c b/fs/unionfs/super.c
index af5a1c5..c1048e9 100644
--- a/fs/unionfs/super.c
+++ b/fs/unionfs/super.c
@@ -821,8 +821,7 @@ static void init_once(void *v, struct kmem_cache * cachep, unsigned long flags)
 {
 	struct unionfs_inode_info *i = v;
 
-	if (flags & SLAB_CTOR_CONSTRUCTOR)
-		inode_init_once(&i->vfs_inode);
+	inode_init_once(&i->vfs_inode);
 }
 
 int unionfs_init_inode_cache(void)


More information about the unionfs-cvs mailing list