btrfs: temporarily export inc_block_group_ro

This is used in a few logical parts of the block group code, temporarily
export it so we can move things in pieces.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
Josef Bacik
2019-06-20 15:37:54 -04:00
committed by David Sterba
parent 9f21246d8c
commit 3b2a78f21d
2 changed files with 9 additions and 7 deletions

View File

@@ -185,4 +185,6 @@ static inline int btrfs_block_group_cache_done(
cache->cached == BTRFS_CACHE_ERROR;
}
int __btrfs_inc_block_group_ro(struct btrfs_block_group_cache *cache, int force);
#endif /* BTRFS_BLOCK_GROUP_H */