diff --git a/[refs] b/[refs] index 11abe5407938..fe38b1124c9c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 773ed1a044adc868036dee1722b8bca6ce5923e2 +refs/heads/master: 1875f2f31b3955dff8c3712a56ae61836c8b90fe diff --git a/trunk/fs/gfs2/bmap.c b/trunk/fs/gfs2/bmap.c index d16044cb023a..cd805a66880d 100644 --- a/trunk/fs/gfs2/bmap.c +++ b/trunk/fs/gfs2/bmap.c @@ -927,6 +927,7 @@ static int gfs2_block_truncate_page(struct address_space *mapping) /* Uhhuh. Read error. Complain and punt. */ if (!buffer_uptodate(bh)) goto unlock; + err = 0; } if (sdp->sd_args.ar_data == GFS2_DATA_ORDERED || gfs2_is_jdata(ip))