Skip to content
Snippets Groups Projects
Commit 06c59bb8 authored by Tao Ma's avatar Tao Ma Committed by Joel Becker
Browse files

ocfs2: Remove redundant gotos in ocfs2_mount_volume()


Signed-off-by: default avatarTao Ma <tao.ma@oracle.com>
Signed-off-by: default avatarJoel Becker <joel.becker@oracle.com>
parent 73be192b
No related branches found
No related tags found
No related merge requests found
...@@ -1791,13 +1791,8 @@ static int ocfs2_mount_volume(struct super_block *sb) ...@@ -1791,13 +1791,8 @@ static int ocfs2_mount_volume(struct super_block *sb)
} }
status = ocfs2_truncate_log_init(osb); status = ocfs2_truncate_log_init(osb);
if (status < 0) { if (status < 0)
mlog_errno(status); mlog_errno(status);
goto leave;
}
if (ocfs2_mount_local(osb))
goto leave;
leave: leave:
if (unlock_super) if (unlock_super)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment