summaryrefslogtreecommitdiff
path: root/fs/btrfs/dev-replace.c
diff options
context:
space:
mode:
authorFilipe Manana <fdmanana@suse.com>2022-03-11 14:35:34 +0300
committerDavid Sterba <dsterba@suse.com>2022-05-16 18:03:07 +0300
commit6a2e9dc46f15dc8e0eb8c8986a49c36f4b2d23a4 (patch)
tree04d5fe0a8df6081bdc2cd16febe61dc5a000a2b8 /fs/btrfs/dev-replace.c
parent376a21d752552b0a2770dc1bdae738be39851b5c (diff)
downloadlinux-6a2e9dc46f15dc8e0eb8c8986a49c36f4b2d23a4.tar.xz
btrfs: remove trivial wrapper btrfs_read_buffer()
The function btrfs_read_buffer() is useless, it just calls btree_read_extent_buffer_pages() with exactly the same arguments. So remove it and rename btree_read_extent_buffer_pages() to btrfs_read_extent_buffer(), which is a shorter name, has the "btrfs_" prefix (since it's used outside disk-io.c) and the name is clear enough about what it does. Reviewed-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Filipe Manana <fdmanana@suse.com> Reviewed-by: David Sterba <dsterba@suse.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'fs/btrfs/dev-replace.c')
0 files changed, 0 insertions, 0 deletions