commit | 348acd48f050f5ba7fa917b1421ae34443be97dd | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu Oct 19 15:20:04 2006 +0200 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 20 09:15:31 2006 -0400 |
tree | 888d1915580fdb2629bc6165b700b2661d660f14 | |
parent | b0cb66955f4bf7a72b544096ceef48a829361a3c [diff] |
[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 <bunk@stusta.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>