btrfs: move btrfs_pinned_by_swapfile prototype into volumes.h
[ Upstream commit c2e79e865b87c2920a3cd39de69c35f2bc758a51 ] This is defined in volumes.c, move the prototype into volumes.h. Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Anand Jain <anand.jain@oracle.com> Signed-off-by: Josef Bacik <josef@toxicpanda.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com> Stable-dep-of: 6bfe3959b0e7 ("btrfs: compare the correct fsid/metadata_uuid in btrfs_validate_super") Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
e16f5f8cab
commit
cc87d2bb39
@@ -529,8 +529,6 @@ struct btrfs_swapfile_pin {
|
|||||||
int bg_extent_count;
|
int bg_extent_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);
|
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
BTRFS_FS_BARRIER,
|
BTRFS_FS_BARRIER,
|
||||||
BTRFS_FS_CLOSING_START,
|
BTRFS_FS_CLOSING_START,
|
||||||
|
@@ -580,4 +580,6 @@ int btrfs_bg_type_to_factor(u64 flags);
|
|||||||
const char *btrfs_bg_type_to_raid_name(u64 flags);
|
const char *btrfs_bg_type_to_raid_name(u64 flags);
|
||||||
int btrfs_verify_dev_extents(struct btrfs_fs_info *fs_info);
|
int btrfs_verify_dev_extents(struct btrfs_fs_info *fs_info);
|
||||||
|
|
||||||
|
bool btrfs_pinned_by_swapfile(struct btrfs_fs_info *fs_info, void *ptr);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user