From: Andreas Gruenbacher Date: Fri, 3 Feb 2006 11:04:13 +0000 (-0800) Subject: [PATCH] Fix two ext[23] uninitialized warnings X-Git-Tag: v2.6.16-rc3~262 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa08592ca0440d793ecc8dfc6277dd2aa4b8dda;p=pandora-kernel.git [PATCH] Fix two ext[23] uninitialized warnings There is a code path that passed size to ext2_xattr_set (ext3_xattr_set_handle) before initializing it. The callees don't use the value in that case, but gcc cannot tell. Always initialize size to get rid of the warnings. Signed-off-by: Andreas Gruenbacher Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed