From: Carlos Maiolino Date: Mon, 1 Oct 2012 19:50:54 +0000 (-0300) Subject: ext3: fix possible non-initialized variable on htree_dirblock_to_tree() X-Git-Tag: v3.7-rc2~39^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9660196b250b850c9d06046c9f3b1eb965a708;p=pandora-kernel.git ext3: fix possible non-initialized variable on htree_dirblock_to_tree() This is a backport of ext4 commit 90b0a9732 which fixes a possible non-initialized variable on htree_dirblock_to_tree(). Ext3 has the same non initialized variable, but, in any case it will be initialized by ext3_get_blocks_handle(), which will avoid the bug to be triggered, but, the non-initialized variable by htree_dirblock_to_tree() is still a bug. Signed-off-by: Carlos Maiolino Signed-off-by: Jan Kara --- Reading git-diff-tree failed