diff options
Diffstat (limited to 'fs/btrfs/block-group.h')
-rw-r--r-- | fs/btrfs/block-group.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/btrfs/block-group.h b/fs/btrfs/block-group.h index 4e2218f05127..2a6a8466a746 100644 --- a/fs/btrfs/block-group.h +++ b/fs/btrfs/block-group.h @@ -197,5 +197,6 @@ static inline int btrfs_block_group_cache_done( } int __btrfs_inc_block_group_ro(struct btrfs_block_group_cache *cache, int force); +u64 btrfs_get_restripe_target(struct btrfs_fs_info *fs_info, u64 flags); #endif /* BTRFS_BLOCK_GROUP_H */ |