X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fsuper.c;h=ebd1b380cbbc9d7dc839ca7337efb5073da8cd86;hb=d07b3c25327c5ae3792d0ed0c135dee4727200a1;hp=5a282f64c637e5188d50495c127959cf603d71a2;hpb=d9bc125caf592b7d081021f32ce5b717efdf70c8;p=karo-tx-linux.git diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 5a282f64c637..ebd1b380cbbc 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -11,7 +11,6 @@ #include #include #include -#include #include #include #include @@ -471,8 +470,7 @@ static void hfsplus_init_once(void *p, struct kmem_cache *cachep, unsigned long { struct hfsplus_inode_info *i = p; - if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == SLAB_CTOR_CONSTRUCTOR) - inode_init_once(&i->vfs_inode); + inode_init_once(&i->vfs_inode); } static int __init init_hfsplus_fs(void)