slab allocators: Remove SLAB_DEBUG_INITIAL flag
[deliverable/linux.git] / fs / proc / inode.c
index c372eb151a3aa7a0198f6705159bb18b4471617f..22b1158389aed97d50044b64ac2b1383706d7923 100644 (file)
@@ -109,8 +109,7 @@ static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flag
 {
        struct proc_inode *ei = (struct proc_inode *) foo;
 
-       if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) ==
-           SLAB_CTOR_CONSTRUCTOR)
+       if (flags & SLAB_CTOR_CONSTRUCTOR)
                inode_init_once(&ei->vfs_inode);
 }
  
This page took 0.029314 seconds and 5 git commands to generate.