Btrfs: Fix wrong error handling code
authorStefan Behrens <[email protected]>
Thu, 11 Oct 2012 13:25:16 +0000 (07:25 -0600)
committerChris Mason <[email protected]>
Thu, 25 Oct 2012 19:40:03 +0000 (15:40 -0400)
commit84167d190569eedcdb24bf2499bdda437e442962
treed577be39043333f60016aa744f4ebcb084eb8e5d
parent661bec6ba884b86517ef5ea529aabb281a7198d9
Btrfs: Fix wrong error handling code

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 <[email protected]>
fs/btrfs/extent_io.c