diff options
author | Daeseok Youn <daeseok.youn@gmail.com> | 2015-02-10 14:09:12 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-10 14:30:29 -0800 |
commit | 592a202a3d463d683632c268a3948978237a868d (patch) | |
tree | 81b7cebd54a0632d2546143c99ee4c51e5187691 | |
parent | e6d9f86d6b80dec23fd0e90bab114e642dac483e (diff) | |
download | linux-592a202a3d463d683632c268a3948978237a868d.tar.bz2 |
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>
-rw-r--r-- | fs/ocfs2/dir.c | 1 |
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: de = (struct ocfs2_dir_entry *)((char *) de + le16_to_cpu(de->rec_len)); } - status = 0; bail: brelse(bh); if (status) |