From: Andi Kleen Date: Fri, 29 Oct 2010 19:14:31 +0000 (-0400) Subject: Btrfs: Fix variables set but not read (bugs found by gcc 4.6) X-Git-Tag: v2.6.37-rc1~19^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=411fc6bcef54f828a5458f4730c68abdf13c6bf0;p=pandora-kernel.git Btrfs: Fix variables set but not read (bugs found by gcc 4.6) These are all the cases where a variable is set, but not read which are really bugs. - Couple of incorrect error handling fixed. - One incorrect use of a allocation policy - Some other things Still needs more review. Found by gcc 4.6's new warnings. [akpm@linux-foundation.org: fix build. Might have been bitrot] Signed-off-by: Andi Kleen Cc: Chris Mason Signed-off-by: Andrew Morton Signed-off-by: Chris Mason --- Reading git-diff-tree failed