[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20150129104953.GA6094@devel.8.8.4.4>
Date: Thu, 29 Jan 2015 19:49:54 +0900
From: Daeseok Youn <daeseok.youn@...il.com>
To: mfasheh@...e.com
Cc: jlbec@...lplan.org, ocfs2-devel@....oracle.com,
linux-kernel@...r.kernel.org
Subject: [PATCH 3/3] ocfs2: remove unreachable code in
__ocfs2_recovery_thread()
Signed-off-by: Daeseok Youn <daeseok.youn@...il.com>
---
fs/ocfs2/journal.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/fs/ocfs2/journal.c b/fs/ocfs2/journal.c
index ca11c83..ff53192 100644
--- a/fs/ocfs2/journal.c
+++ b/fs/ocfs2/journal.c
@@ -1462,7 +1462,6 @@ bail:
* requires that we call do_exit(). And it isn't exported, but
* complete_and_exit() seems to be a minimal wrapper around it. */
complete_and_exit(NULL, status);
- return status;
}
void ocfs2_recovery_thread(struct ocfs2_super *osb, int node_num)
--
1.7.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists