slab allocators: Remove SLAB_DEBUG_INITIAL flag
[deliverable/linux.git] / fs / reiserfs / super.c
index f13a7f164dc65e225eb36e93fa3cf6e7c10d22f0..7054aaef049312b82239b34be4dd5a09ebd70b4a 100644 (file)
@@ -511,8 +511,7 @@ static void init_once(void *foo, struct kmem_cache * cachep, unsigned long flags
 {
        struct reiserfs_inode_info *ei = (struct reiserfs_inode_info *)foo;
 
-       if ((flags & (SLAB_CTOR_VERIFY | SLAB_CTOR_CONSTRUCTOR)) ==
-           SLAB_CTOR_CONSTRUCTOR) {
+       if (flags & SLAB_CTOR_CONSTRUCTOR) {
                INIT_LIST_HEAD(&ei->i_prealloc_list);
                inode_init_once(&ei->vfs_inode);
 #ifdef CONFIG_REISERFS_FS_POSIX_ACL
This page took 0.04337 seconds and 5 git commands to generate.