diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index 86f500c5d63d..4e6b8e7c423d 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -1791,13 +1791,8 @@ static int ocfs2_mount_volume(struct super_block *sb) | |||
1791 | } | 1791 | } |
1792 | 1792 | ||
1793 | status = ocfs2_truncate_log_init(osb); | 1793 | status = ocfs2_truncate_log_init(osb); |
1794 | if (status < 0) { | 1794 | if (status < 0) |
1795 | mlog_errno(status); | 1795 | mlog_errno(status); |
1796 | goto leave; | ||
1797 | } | ||
1798 | |||
1799 | if (ocfs2_mount_local(osb)) | ||
1800 | goto leave; | ||
1801 | 1796 | ||
1802 | leave: | 1797 | leave: |
1803 | if (unlock_super) | 1798 | if (unlock_super) |