From: Adrian Bunk Date: Thu, 19 Oct 2006 13:20:04 +0000 (+0200) Subject: [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable X-Git-Tag: v2.6.19-rc3~43^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348acd48f050f5ba7fa917b1421ae34443be97dd;p=pandora-kernel.git [GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable In the "if (extlen)" case, "new" might be used uninitialized. Looking at the code, it should be initialized to 0. Spotted by the Coverity checker. Signed-off-by: Adrian Bunk Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed