On Thu, Jan 02, 2020 at 05:14:57PM +0100, Johannes Thumshirn wrote: > btrfs_get_alloc_profile() is a simple wrapper over get_alloc_profile(). > The only difference is btrfs_get_alloc_profile() is visible to other > functions in btrfs while get_alloc_profile() is static and thus only > visible to functions in block-group.c. > > Let's just fold get_alloc_profile() into btrfs_get_alloc_profile() to > get rid of the unnecessary second function. > > Signed-off-by: Johannes Thumshirn <jth@xxxxxxxxxx> Added to misc-next, thanks.
