slab allocators: Remove SLAB_DEBUG_INITIAL flag
[deliverable/linux.git] / fs / ntfs / super.c
index 2ddde534db0a4f07b0f7bcc5984fac7aee240a63..21d834e5ed733324a5226099e9b83adfc2a26133 100644 (file)
@@ -3085,8 +3085,7 @@ static void ntfs_big_inode_init_once(void *foo, struct kmem_cache *cachep,
 {
        ntfs_inode *ni = (ntfs_inode *)foo;
 
-       if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) ==
-                       SLAB_CTOR_CONSTRUCTOR)
+       if (flags & SLAB_CTOR_CONSTRUCTOR)
                inode_init_once(VFS_I(ni));
 }
 
This page took 0.034336 seconds and 5 git commands to generate.