]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/sysv/inode.c
Input: aiptek - put sensible warnings in probe
[linux-2.6-omap-h63xx.git] / fs / sysv / inode.c
index 9311cac186fe1c1f04c6eb502226100fb9c4fd39..564411693394581a51ad421b78bfd7e54bbdc658 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 = {