linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.cz>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.cz>
Subject: [PATCH 0/6] Cleanup, remove superfluous blocksize parameter
Date: Thu,  2 Oct 2014 18:52:27 +0200	[thread overview]
Message-ID: <cover.1412265712.git.dsterba@suse.cz> (raw)

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


             reply	other threads:[~2014-10-02 16:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-02 16:52 David Sterba [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1412265712.git.dsterba@suse.cz \
    --to=dsterba@suse.cz \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).