aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorJohannes Thumshirn <[email protected]>2020-01-02 17:14:57 +0100
committerDavid Sterba <[email protected]>2020-01-20 16:41:01 +0100
commitef0a82da81d689860a36cf058497dad2a5ae32c5 (patch)
treea5434b870445c6b9ad2edc253285a5ecc4ab40a7 /scripts/bpf_helpers_doc.py
parent81b29a3bf7cce4373526ff91a7a89aa6505597f7 (diff)
btrfs: remove unnecessary wrapper get_alloc_profile
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. Reviewed-by: Josef Bacik <[email protected]> Reviewed-by: Anand Jain <[email protected]> Signed-off-by: Johannes Thumshirn <[email protected]> Reviewed-by: David Sterba <[email protected]> Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions