提交 06c59bb8 编写于 作者: T Tao Ma 提交者: Joel Becker

ocfs2: Remove redundant gotos in ocfs2_mount_volume()

Signed-off-by: NTao Ma <tao.ma@oracle.com>
Signed-off-by: NJoel Becker <joel.becker@oracle.com>
上级 73be192b
......@@ -1791,13 +1791,8 @@ static int ocfs2_mount_volume(struct super_block *sb)
}
status = ocfs2_truncate_log_init(osb);
if (status < 0) {
if (status < 0)
mlog_errno(status);
goto leave;
}
if (ocfs2_mount_local(osb))
goto leave;
leave:
if (unlock_super)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册