commit | 6763af84a69f23c1c79f00720982e74fcff4d1f3 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Thu Mar 01 14:56:29 2012 +0100 |
committer | David Sterba <dsterba@suse.cz> | Thu Mar 22 01:45:32 2012 +0100 |
tree | ca39d3a71fcabd89cce6586abee422edf50e1291 | |
parent | 538042801a479ebd316582ad10a9c3156b5b7548 [diff] |
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>