Skip to content

Commit

Permalink
ocfs2: remove unreachable code
Browse files Browse the repository at this point in the history
Signed-off-by: Daeseok Youn <[email protected]>
Cc: Mark Fasheh <[email protected]>
Cc: Joel Becker <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
daeseokyoun authored and torvalds committed Feb 10, 2015
1 parent e6d9f86 commit 592a202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ocfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -3513,7 +3513,6 @@ static int ocfs2_find_dir_space_el(struct inode *dir, const char *name,
de = (struct ocfs2_dir_entry *)((char *) de + le16_to_cpu(de->rec_len));
}

status = 0;
bail:
brelse(bh);
if (status)
Expand Down

0 comments on commit 592a202

Please sign in to comment.