Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GFS2] fs/gfs2/dir.c:gfs2_dir_write_data(): don't use an uninitialize…
…d 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>
- Loading branch information