btrfs: Rename and export clear_btree_io_tree
authorNikolay Borisov <nborisov@suse.com>
Mon, 25 Mar 2019 12:31:24 +0000 (14:31 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 29 Apr 2019 17:02:36 +0000 (19:02 +0200)
commit41e7acd38c1ae82f24f51d302bbdecdb4675b6b2
tree50f7d2fb844c9b8959df72b86ca879e85c2ede08
parent61d0d0d2cbb7e52d3defe8089d5f360cf6d836ef
btrfs: Rename and export clear_btree_io_tree

This function is going to be used to clear out the device extent
allocation information. Give it a more generic name and export it. This
is in preparation to replacing the pending/pinned chunk lists with an
extent tree. No functional changes.

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