diff --git a/[refs] b/[refs] index 587a2af03d13..697544a6c4ea 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b7a90e8043e7ab1922126e1c1c5c004b470f9e2a +refs/heads/master: 58770d7e83eede5fafbcdf54a604277d70010705 diff --git a/trunk/fs/hfsplus/super.c b/trunk/fs/hfsplus/super.c index 9e9c278830de..f4f3d5463061 100644 --- a/trunk/fs/hfsplus/super.c +++ b/trunk/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;