Commit 9d6008c7 authored by Daeseok Youn's avatar Daeseok Youn Committed by Linus Torvalds

ocfs2: remove unreachable code in __ocfs2_recovery_thread()

Signed-off-by: default avatarDaeseok Youn <daeseok.youn@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9b572691
......@@ -1447,7 +1447,6 @@ static int __ocfs2_recovery_thread(void *arg)
* 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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment