From: Daeseok Youn Date: Tue, 10 Feb 2015 22:09:12 +0000 (-0800) Subject: ocfs2: remove unreachable code X-Git-Tag: v4.0-rc1~138^2~57 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=592a202a3d463d683632c268a3948978237a868d;p=linux.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 @@ 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)