[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialized variable
authorAdrian Bunk <bunk@stusta.de>
Thu, 19 Oct 2006 13:20:04 +0000 (15:20 +0200)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 20 Oct 2006 13:15:31 +0000 (09:15 -0400)
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>

No differences found