aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/hfsplus/super.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/hfsplus/super.c b/fs/hfsplus/super.c
index 9e9c278830de..f4f3d5463061 100644
--- a/fs/hfsplus/super.c
+++ b/fs/hfsplus/super.c
@@ -240,9 +240,6 @@ static void hfsplus_put_super(struct super_block *sb)
240 240
241 dprint(DBG_SUPER, "hfsplus_put_super\n"); 241 dprint(DBG_SUPER, "hfsplus_put_super\n");
242 242
243 if (!sb->s_fs_info)
244 return;
245
246 if (!(sb->s_flags & MS_RDONLY) && sbi->s_vhdr) { 243 if (!(sb->s_flags & MS_RDONLY) && sbi->s_vhdr) {
247 struct hfsplus_vh *vhdr = sbi->s_vhdr; 244 struct hfsplus_vh *vhdr = sbi->s_vhdr;
248 245