]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
ocfs2: remove unreachable code in __ocfs2_recovery_thread()
authorDaeseok Youn <daeseok.youn@gmail.com>
Tue, 10 Feb 2015 22:09:18 +0000 (14:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 10 Feb 2015 22:30:29 +0000 (14:30 -0800)
Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Joel Becker <jlbec@evilplan.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/ocfs2/journal.c

index 4f502382180f676c518ee44d34cda933a2952b7e..d10860fde16545e464610484b93be871aab5aa1a 100644 (file)
@@ -1447,7 +1447,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)