Remove SLAB_CTOR_CONSTRUCTOR
[deliverable/linux.git] / fs / befs / linuxvfs.c
index cc6cc8ed2e3963ca813ae31ba7b9169ff399038f..a5c5171c2828997baa249bcad6d360c657969a79 100644 (file)
@@ -292,11 +292,8 @@ befs_destroy_inode(struct inode *inode)
 static void init_once(void * foo, struct kmem_cache * cachep, unsigned long flags)
 {
         struct befs_inode_info *bi = (struct befs_inode_info *) foo;
-       
-               if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) ==
-                           SLAB_CTOR_CONSTRUCTOR) {
-                       inode_init_once(&bi->vfs_inode);
-               }
+
+       inode_init_once(&bi->vfs_inode);
 }
 
 static void
This page took 0.026603 seconds and 5 git commands to generate.