diff --git a/[refs] b/[refs] index 23d76a315054..13349ad1fe6d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 73be192b17e43b6dc4f492dab41d70ab5b9d2908 +refs/heads/master: 06c59bb896ce23c56829f6acf667faebd51dd3b8 diff --git a/trunk/fs/ocfs2/super.c b/trunk/fs/ocfs2/super.c index 86f500c5d63d..4e6b8e7c423d 100644 --- a/trunk/fs/ocfs2/super.c +++ b/trunk/fs/ocfs2/super.c @@ -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)