slab allocators: Remove SLAB_DEBUG_INITIAL flag
[deliverable/linux.git] / fs / fuse / inode.c
index bdffe0cfe09a334469001ed276b3a549e482ff16..d8003be56e0593e392d51c55539c86939ab5f4c9 100644 (file)
@@ -685,8 +685,7 @@ static void fuse_inode_init_once(void *foo, struct kmem_cache *cachep,
 {
        struct inode * inode = foo;
 
-       if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) ==
-           SLAB_CTOR_CONSTRUCTOR)
+       if (flags & SLAB_CTOR_CONSTRUCTOR)
                inode_init_once(inode);
 }
 
This page took 0.028458 seconds and 5 git commands to generate.