X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=fs%2Fhfs%2Fsuper.c;h=4f1888f16cf0b061a3b802c8b7175f26ef66a9da;hb=a9deecba19b8f384d97f82c75379da48bccb2588;hp=623f509f1d47cfcbbac098372180b93e99150904;hpb=ebaf0c6032f525ddb0158fb59848d41899dce8cd;p=~andy%2Flinux diff --git a/fs/hfs/super.c b/fs/hfs/super.c index 623f509f1d4..4f1888f16cf 100644 --- a/fs/hfs/super.c +++ b/fs/hfs/super.c @@ -434,7 +434,7 @@ static void hfs_init_once(void *p, struct kmem_cache *cachep, unsigned long flag { struct hfs_inode_info *i = p; - if ((flags & (SLAB_CTOR_VERIFY|SLAB_CTOR_CONSTRUCTOR)) == SLAB_CTOR_CONSTRUCTOR) + if (flags & SLAB_CTOR_CONSTRUCTOR) inode_init_once(&i->vfs_inode); }