From dae9b303323beb0b088b5c6a991bba204ed1e08f Mon Sep 17 00:00:00 2001 From: Tao Ma Date: Tue, 19 May 2009 06:47:20 +0800 Subject: [PATCH] --- yaml --- r: 151224 b: refs/heads/master c: 06c59bb896ce23c56829f6acf667faebd51dd3b8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/super.c | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) 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)