commit | 84167d190569eedcdb24bf2499bdda437e442962 | [log] [tgz] |
---|---|---|
author | Stefan Behrens <sbehrens@giantdisaster.de> | Thu Oct 11 07:25:16 2012 -0600 |
committer | Chris Mason <chris.mason@fusionio.com> | Thu Oct 25 15:40:03 2012 -0400 |
tree | d577be39043333f60016aa744f4ebcb084eb8e5d | |
parent | 661bec6ba884b86517ef5ea529aabb281a7198d9 [diff] |
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 <sbehrens@giantdisaster.de>