Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
[profile/ivi/kernel-adaptation-intel-automotive.git] / fs / sysv / inode.c
index 9311cac..5644116 100644 (file)
@@ -322,9 +322,7 @@ static void init_once(void *p, struct kmem_cache *cachep, unsigned long flags)
 {
        struct sysv_inode_info *si = (struct sysv_inode_info *)p;
 
-       if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) ==
-                       SLAB_CTOR_CONSTRUCTOR)
-               inode_init_once(&si->vfs_inode);
+       inode_init_once(&si->vfs_inode);
 }
 
 const struct super_operations sysv_sops = {