From: Daeseok Youn Date: Tue, 10 Feb 2015 22:09:12 +0000 (-0800) Subject: ocfs2: remove unreachable code X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=592a202a3d463d683632c268a3948978237a868d;p=GitHub%2FLineageOS%2FG12%2Fandroid_kernel_amlogic_linux-4.9.git ocfs2: remove unreachable code Signed-off-by: Daeseok Youn Cc: Mark Fasheh Cc: Joel Becker Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 319e786175af..940be6d994a9 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c @@ -3513,7 +3513,6 @@ next: de = (struct ocfs2_dir_entry *)((char *) de + le16_to_cpu(de->rec_len)); } - status = 0; bail: brelse(bh); if (status)