]> git.hungrycats.org Git - linux/commit
btrfs: remove blocksize from btrfs_alloc_free_block and rename
authorDavid Sterba <dsterba@suse.cz>
Sat, 14 Jun 2014 23:54:12 +0000 (01:54 +0200)
committerZygo Blaxell <zblaxell@serenity.furryterror.org>
Fri, 23 Jan 2015 13:14:45 +0000 (08:14 -0500)
commitd9bf2dd84b3985094eab77d13885f5e56805e91c
tree4488bd0689e873fe9e9f71ffe41f05d9baf38ec1
parent7d67992a3d43a417a95078e6e183cae0882a39db
btrfs: remove blocksize from btrfs_alloc_free_block and rename

Rename to btrfs_alloc_tree_block as it fits to the alloc/find/free +
_tree_block family. The parameter blocksize was set to the metadata
block size, directly or indirectly.

Signed-off-by: David Sterba <dsterba@suse.cz>
(cherry picked from commit 4d75f8a9c87b843c8ded15b82b8d137b9724cccc)
fs/btrfs/ctree.c
fs/btrfs/ctree.h
fs/btrfs/disk-io.c
fs/btrfs/extent-tree.c
fs/btrfs/ioctl.c