btrfs: make extent_range_clear_dirty_for_io return void
authorDavid Sterba <dsterba@suse.com>
Thu, 3 Dec 2015 12:08:59 +0000 (13:08 +0100)
committerDavid Sterba <dsterba@suse.com>
Mon, 7 Dec 2015 14:06:45 +0000 (15:06 +0100)
commitbd1fa4f0b0ddbed05ef98c28048d00db727c4b0e
tree856da612968e8061d8a08378ea858136e87e5b7b
parentb5227c075b5c11d5cf653bac5c01b9f7f03f2a8f
btrfs: make extent_range_clear_dirty_for_io return void

Does not return any errors, nor anything from the callgraph. There's a
BUG_ON but it's a sanity check and not an error condition we could
recover from.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/extent_io.h