linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Cleanup, remove superfluous blocksize parameter
@ 2014-10-02 16:52 David Sterba
  2014-10-02 16:52 ` [PATCH 1/6] btrfs: remove unused parameter from readahead_tree_block David Sterba
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: David Sterba @ 2014-10-02 16:52 UTC (permalink / raw)
  To: linux-btrfs; +Cc: David Sterba

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-10-02 16:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-02 16:52 [PATCH 0/6] Cleanup, remove superfluous blocksize parameter David Sterba
2014-10-02 16:52 ` [PATCH 1/6] btrfs: remove unused parameter from readahead_tree_block David Sterba
2014-10-02 16:52 ` [PATCH 2/6] btrfs: return void " David Sterba
2014-10-02 16:52 ` [PATCH 3/6] btrfs: inline code of reada_tree_block and remove it David Sterba
2014-10-02 16:52 ` [PATCH 4/6] btrfs: remove parameter blocksize from read_tree_block David Sterba
2014-10-02 16:52 ` [PATCH 5/6] btrfs: remove unused parameter blocksize from btrfs_find_tree_block David Sterba
2014-10-02 16:52 ` [PATCH 6/6] btrfs: remove blocksize from btrfs_alloc_free_block and rename David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).