From: Andi Kleen Date: Fri, 29 Oct 2010 19:14:37 +0000 (-0400) Subject: Btrfs: cleanup warnings from gcc 4.6 (nonbugs) X-Git-Tag: v2.6.37-rc1~19^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=559af8211433b8c0b20e6c43c61409cb9c9c2996;p=pandora-kernel.git Btrfs: cleanup warnings from gcc 4.6 (nonbugs) These are all the cases where a variable is set, but not read which are not bugs as far as I can see, but simply leftovers. Still needs more review. Found by gcc 4.6's new warnings Signed-off-by: Andi Kleen Cc: Chris Mason Signed-off-by: Andrew Morton Signed-off-by: Chris Mason --- Reading git-diff-tree failed