From: Adrian Bunk Date: Thu, 19 Oct 2006 13:12:24 +0000 (+0200) Subject: [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead code X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=abbdbd2065e74411dc2c401501c2c85a82f60e06;p=linux-beck.git [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): remove dead code The Coverity checker spotted this obviously dead code. Signed-off-by: Adrian Bunk Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/dir.c b/fs/gfs2/dir.c index d43caf04bb68..ce52bd954df6 100644 --- a/fs/gfs2/dir.c +++ b/fs/gfs2/dir.c @@ -212,8 +212,6 @@ static int gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf, gfs2_trans_add_bh(ip->i_gl, bh, 1); memcpy(bh->b_data + o, buf, amount); brelse(bh); - if (error) - goto fail; buf += amount; copied += amount;