All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>, clm@fb.com
Subject: [PULL][PATCH 0/4] A few cleanups around extent bit setting helpers
Date: Thu,  3 Dec 2015 17:34:44 +0100	[thread overview]
Message-ID: <cover.1449159704.git.dsterba@suse.com> (raw)

The extent helpers conveniently wrap __set_extent_bit but needlessly do an
extra call. We can get rid of it by making them static inline. Series separated
by the common underlying set/clear bit function. Aiming for 4.5, please pull.

----------------------------------------------------------------

The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4:

  Linux 4.4-rc2 (2015-11-22 16:45:59 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git dev/simplify-set-bit

for you to fetch changes up to cd716d8fea125e5531003e66aaf7ca7323277f83:

  btrfs: make lock_extent static inline (2015-12-03 14:44:59 +0100)

----------------------------------------------------------------
David Sterba (4):
      btrfs: make set_extent_bit helpers static inline
      btrfs: make clear_extent_bit helpers static inline
      btrfs: drop unused parameter from lock_extent_bits
      btrfs: make lock_extent static inline

 fs/btrfs/disk-io.c          |   2 +-
 fs/btrfs/extent_io.c        |  98 ++-----------------------------------
 fs/btrfs/extent_io.h        | 114 +++++++++++++++++++++++++++++++++++---------
 fs/btrfs/file.c             |   8 ++--
 fs/btrfs/free-space-cache.c |   2 +-
 fs/btrfs/inode.c            |  20 ++++----
 fs/btrfs/ioctl.c            |   6 +--
 fs/btrfs/scrub.c            |   2 +-
 8 files changed, 116 insertions(+), 136 deletions(-)

             reply	other threads:[~2015-12-03 16:36 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-03 16:34 David Sterba [this message]
2015-12-03 16:34 ` [PATCH 1/4] btrfs: make set_extent_bit helpers static inline David Sterba
2015-12-03 16:34 ` [PATCH 2/4] btrfs: make clear_extent_bit " David Sterba
2015-12-03 16:34 ` [PATCH 3/4] btrfs: drop unused parameter from lock_extent_bits David Sterba
2015-12-03 16:34 ` [PATCH 4/4] btrfs: make lock_extent static inline 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.1449159704.git.dsterba@suse.com \
    --to=dsterba@suse.com \
    --cc=clm@fb.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.