]> err.no Git - linux-2.6/blobdiff - fs/ntfs/super.c
[SCSI] Merge up to linux-2.6 head
[linux-2.6] / fs / ntfs / super.c
index 2ddde534db0a4f07b0f7bcc5984fac7aee240a63..4566b9182551cdaf004a5057e1311b9c5eb86b49 100644 (file)
@@ -3085,9 +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)
-               inode_init_once(VFS_I(ni));
+       inode_init_once(VFS_I(ni));
 }
 
 /*