diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c index 9e9c278830de156cae150121707c0c4a61b2e43f..f4f3d54630613d4aacbb5a18898b2340c178cb60 100644 --- a/fs/hfsplus/super.c +++ b/fs/hfsplus/super.c @@ -240,9 +240,6 @@ static void hfsplus_put_super(struct super_block *sb) dprint(DBG_SUPER, "hfsplus_put_super\n"); - if (!sb->s_fs_info) - return; - if (!(sb->s_flags & MS_RDONLY) && sbi->s_vhdr) { struct hfsplus_vh *vhdr = sbi->s_vhdr;