diff --git a/[refs] b/[refs] index d925c4cc40a8..5d5c0fa6dc22 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b0cb66955f4bf7a72b544096ceef48a829361a3c +refs/heads/master: 348acd48f050f5ba7fa917b1421ae34443be97dd diff --git a/trunk/fs/gfs2/dir.c b/trunk/fs/gfs2/dir.c index ce52bd954df6..ead7df066853 100644 --- a/trunk/fs/gfs2/dir.c +++ b/trunk/fs/gfs2/dir.c @@ -184,7 +184,7 @@ static int gfs2_dir_write_data(struct gfs2_inode *ip, const char *buf, while (copied < size) { unsigned int amount; struct buffer_head *bh; - int new; + int new = 0; amount = size - copied; if (amount > sdp->sd_sb.sb_bsize - o)