From: Andrew Morton Cc: Christoph Lameter Signed-off-by: Andrew Morton --- fs/reiser4/super_ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN fs/reiser4/super_ops.c~reiser4-slab-allocators-remove-slab_debug_initial-flag fs/reiser4/super_ops.c --- a/fs/reiser4/super_ops.c~reiser4-slab-allocators-remove-slab_debug_initial-flag +++ a/fs/reiser4/super_ops.c @@ -33,8 +33,7 @@ static void init_once(void *obj, struct info = obj; - if ((flags & (SLAB_CTOR_VERIFY | SLAB_CTOR_CONSTRUCTOR)) == - SLAB_CTOR_CONSTRUCTOR) { + if ((flags & SLAB_CTOR_CONSTRUCTOR) == SLAB_CTOR_CONSTRUCTOR) { /* initialize vfs inode */ inode_init_once(&info->vfs_inode); _