btrfs: declare btrfs_report_missing_device() static
Signed-off-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
45dbdbc9f6
commit
5a2b8e601c
@ -6366,6 +6366,12 @@ static int btrfs_check_chunk_valid(struct btrfs_fs_info *fs_info,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void btrfs_report_missing_device(struct btrfs_fs_info *fs_info,
|
||||
u64 devid, u8 *uuid)
|
||||
{
|
||||
btrfs_warn_rl(fs_info, "devid %llu uuid %pU is missing", devid, uuid);
|
||||
}
|
||||
|
||||
static int read_one_chunk(struct btrfs_fs_info *fs_info, struct btrfs_key *key,
|
||||
struct extent_buffer *leaf,
|
||||
struct btrfs_chunk *chunk)
|
||||
@ -6752,12 +6758,6 @@ out_short_read:
|
||||
return -EIO;
|
||||
}
|
||||
|
||||
void btrfs_report_missing_device(struct btrfs_fs_info *fs_info, u64 devid,
|
||||
u8 *uuid)
|
||||
{
|
||||
btrfs_warn_rl(fs_info, "devid %llu uuid %pU is missing", devid, uuid);
|
||||
}
|
||||
|
||||
/*
|
||||
* Check if all chunks in the fs are OK for read-write degraded mount
|
||||
*
|
||||
|
@ -542,7 +542,5 @@ void btrfs_set_fs_info_ptr(struct btrfs_fs_info *fs_info);
|
||||
void btrfs_reset_fs_info_ptr(struct btrfs_fs_info *fs_info);
|
||||
|
||||
bool btrfs_check_rw_degradable(struct btrfs_fs_info *fs_info);
|
||||
void btrfs_report_missing_device(struct btrfs_fs_info *fs_info, u64 devid,
|
||||
u8 *uuid);
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user