Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 58770d7e authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Al Viro
Browse files

hfsplus: remove useless check



This check is useless because we always have 'sb->s_fs_info' to be non-NULL.

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b7a90e80
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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;