commit | 06c59bb896ce23c56829f6acf667faebd51dd3b8 | [log] [tgz] |
---|---|---|
author | Tao Ma <tao.ma@oracle.com> | Tue May 19 06:47:20 2009 +0800 |
committer | Joel Becker <joel.becker@oracle.com> | Wed Jun 03 19:20:15 2009 -0700 |
tree | ff2f51748ca5baddc1b03ce28ac7223815570b81 | |
parent | 73be192b17e43b6dc4f492dab41d70ab5b9d2908 [diff] |
ocfs2: Remove redundant gotos in ocfs2_mount_volume() Signed-off-by: Tao Ma <tao.ma@oracle.com> Signed-off-by: Joel Becker <joel.becker@oracle.com>
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 86f500c..4e6b8e7 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c
@@ -1791,13 +1791,8 @@ } 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)