commit | b7d8ac3e1779c30ddef0a8f38042076c5007a23d | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@stusta.de> | Thu Oct 19 16:02:07 2006 +0200 |
committer | Steven Whitehouse <swhiteho@redhat.com> | Fri Oct 20 09:16:20 2006 -0400 |
tree | 0c79c3ddb223504789e8f67e609b5924c6cf2ede | |
parent | bbbe4512735eb0f15f09ffd14876091a8e91bc69 [diff] |
[GFS2] gfs2_dir_read_data(): fix uninitialized variable usage In the "if (extlen)" case, "bh" was used uninitialized. This patch changes the code to what seems to have been intended. Spotted by the Coverity checker. This patch also removes a pointless "bh = NULL" asignment (the variable is never accessed again after this point). Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>