btrfs: Remove set bits return from clear_extent_bit
authorJeff Mahoney <jeffm@suse.com>
Thu, 1 Mar 2012 13:56:29 +0000 (14:56 +0100)
committerDavid Sterba <dsterba@suse.cz>
Thu, 22 Mar 2012 00:45:32 +0000 (01:45 +0100)
commit6763af84a69f23c1c79f00720982e74fcff4d1f3
treeca39d3a71fcabd89cce6586abee422edf50e1291
parent538042801a479ebd316582ad10a9c3156b5b7548
btrfs: Remove set bits return from clear_extent_bit

There is only one caller of clear_extent_bit that checks the return value
and it only checks if it's negative. Since there are no users of the
returned bits functionality of clear_extent_bit, stop returning it
and avoid complicating error handling.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
fs/btrfs/extent_io.c