David Sterba
2014-Oct-02 16:52 UTC
[PATCH 0/6] Cleanup, remove superfluous blocksize parameter
First portion of cleanups that remove a parameter that's being passed to a lot of functions, although the value does not change during the filesystem lifetime. This part contains the obvious and safe changes, but there are more pending that start to touch functionality and haven't not passed xfstests without warnings. You can pull from git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git cleanup/blocksize-diet-part1 David Sterba (6): btrfs: remove unused parameter from readahead_tree_block btrfs: return void from readahead_tree_block btrfs: inline code of reada_tree_block and remove it btrfs: remove parameter blocksize from read_tree_block btrfs: remove unused parameter blocksize from btrfs_find_tree_block btrfs: remove blocksize from btrfs_alloc_free_block and rename fs/btrfs/backref.c | 6 ++---- fs/btrfs/ctree.c | 54 ++++++++++++++++++++------------------------------ fs/btrfs/ctree.h | 6 +++--- fs/btrfs/disk-io.c | 37 +++++++++++----------------------- fs/btrfs/disk-io.h | 7 +++---- fs/btrfs/extent-tree.c | 20 ++++++++----------- fs/btrfs/ioctl.c | 3 +-- fs/btrfs/print-tree.c | 1 - fs/btrfs/relocation.c | 28 ++++++-------------------- 9 files changed, 57 insertions(+), 105 deletions(-) -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html