btrfs-progs: volumes: Make find_free_dev_extent_start static

The function is not used by anyone else outside of volumes.c, make it
static.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: Su Yue <suy.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
master
Qu Wenruo 2018-01-03 15:13:03 +08:00 committed by David Sterba
parent 6b5a5c648b
commit 1c9b58256a
1 changed files with 1 additions and 1 deletions

View File

@ -450,7 +450,7 @@ out:
return ret;
}
int find_free_dev_extent(struct btrfs_trans_handle *trans,
static int find_free_dev_extent(struct btrfs_trans_handle *trans,
struct btrfs_device *device, u64 num_bytes,
u64 *start)
{