From: Adrian Bunk Date: Thu, 19 Oct 2006 14:02:07 +0000 (+0200) Subject: [GFS2] gfs2_dir_read_data(): fix uninitialized variable usage X-Git-Tag: v2.6.19-rc3~43^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b7d8ac3e1779c30ddef0a8f38042076c5007a23d;p=pandora-kernel.git [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 Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed