mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-17 04:12:26 +00:00
btrfs: mark btrfs_dev_replace_start as static
There isn't any other consumer other than in its own file dev-replace.c. Signed-off-by: Anand Jain <anand.jain@oracle.com> Reviewed-by: Nikolay Borisov <nborisov@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
a9261d4125
commit
54862d6d28
2 changed files with 1 additions and 4 deletions
|
@ -389,7 +389,7 @@ static char* btrfs_dev_name(struct btrfs_device *device)
|
|||
return rcu_str_deref(device->name);
|
||||
}
|
||||
|
||||
int btrfs_dev_replace_start(struct btrfs_fs_info *fs_info,
|
||||
static int btrfs_dev_replace_start(struct btrfs_fs_info *fs_info,
|
||||
const char *tgtdev_name, u64 srcdevid, const char *srcdev_name,
|
||||
int read_src)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue