Skip to content

Commit

Permalink
ocfs2: remove unreachable code in __ocfs2_recovery_thread()
Browse files Browse the repository at this point in the history
Signed-off-by: Daeseok Youn <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
daeseokyoun authored and torvalds committed Feb 10, 2015
1 parent 9b57269 commit 9d6008c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ocfs2/journal.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9d6008c

Please sign in to comment.