diff options
author | Adrian Bunk <[email protected]> | 2006-10-19 16:02:07 +0200 |
---|---|---|
committer | Steven Whitehouse <[email protected]> | 2006-10-20 09:16:20 -0400 |
commit | b7d8ac3e1779c30ddef0a8f38042076c5007a23d (patch) | |
tree | 0c79c3ddb223504789e8f67e609b5924c6cf2ede /fs/jbd/commit.c | |
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 <[email protected]>
Signed-off-by: Steven Whitehouse <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions