Skip to content

Commit 9d6008c

Browse files
daeseokyountorvalds
authored andcommitted
ocfs2: remove unreachable code in __ocfs2_recovery_thread()
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]>
1 parent 9b57269 commit 9d6008c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ocfs2/journal.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,6 @@ static int __ocfs2_recovery_thread(void *arg)
14471447
* requires that we call do_exit(). And it isn't exported, but
14481448
* complete_and_exit() seems to be a minimal wrapper around it. */
14491449
complete_and_exit(NULL, status);
1450-
return status;
14511450
}
14521451

14531452
void ocfs2_recovery_thread(struct ocfs2_super *osb, int node_num)

0 commit comments

Comments
 (0)