aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/dir.c
diff options
context:
space:
mode:
authorDaeseok Youn <daeseok.youn@gmail.com>2015-02-10 17:09:12 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2015-02-10 17:30:29 -0500
commit592a202a3d463d683632c268a3948978237a868d (patch)
tree81b7cebd54a0632d2546143c99ee4c51e5187691 /fs/ocfs2/dir.c
parente6d9f86d6b80dec23fd0e90bab114e642dac483e (diff)
ocfs2: remove unreachable code
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>
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r--fs/ocfs2/dir.c1
1 files changed, 0 insertions, 1 deletions
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:
3513 de = (struct ocfs2_dir_entry *)((char *) de + le16_to_cpu(de->rec_len)); 3513 de = (struct ocfs2_dir_entry *)((char *) de + le16_to_cpu(de->rec_len));
3514 } 3514 }
3515 3515
3516 status = 0;
3517bail: 3516bail:
3518 brelse(bh); 3517 brelse(bh);
3519 if (status) 3518 if (status)