Btrfs: cleanup warnings from gcc 4.6 (nonbugs)
authorAndi Kleen <andi@firstfloor.org>
Fri, 29 Oct 2010 19:14:37 +0000 (15:14 -0400)
committerChris Mason <chris.mason@oracle.com>
Fri, 29 Oct 2010 19:14:37 +0000 (15:14 -0400)
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 <ak@linux.intel.com>
Cc: Chris Mason <chris.mason@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found