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>
This commit is contained in:
parent
e6d9f86d6b
commit
592a202a3d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue