Btrfs: Fix wrong error handling code
authorStefan Behrens <sbehrens@giantdisaster.de>
Thu, 11 Oct 2012 13:25:16 +0000 (07:25 -0600)
committerChris Mason <chris.mason@fusionio.com>
Thu, 25 Oct 2012 19:40:03 +0000 (15:40 -0400)
gcc says "warning: comparison of unsigned expression >= 0 is always
true" because i is an unsigned long. And gcc is right this time.

Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de>

No differences found