linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Omar Sandoval <osandov@osandov.com>
To: Chris Mason <clm@fb.com>, Josef Bacik <jbacik@fb.com>,
	linux-btrfs@vger.kernel.org,
	"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
	Josh Triplett <josh@joshtriplett.org>,
	Steven Rostedt <rostedt@goodmis.org>,
	Mathieu Desnoyers <mathieu.desnoyers@efficios.com>,
	Lai Jiangshan <laijs@cn.fujitsu.com>,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH v3 0/2] Move BTRFS RCU string to common library
Date: Fri, 26 Sep 2014 22:46:34 -0700	[thread overview]
Message-ID: <20140927054634.GA8516@molino.home.network> (raw)
In-Reply-To: <cover.1411796033.git.osandov@osandov.com>

On Fri, Sep 26, 2014 at 10:36:47PM -0700, Omar Sandoval wrote:
> This patch series makes the generic RCU string library used internally by BTRFS
> accessible by anyone.
> 
> The first patch makes printk_ratelimited pass on the return value from printk.
> Version 3 gives the temporary return variable a unique name to avoid name
> clashes.
> 
> The second patch moves the RCU string header and updates the BTRFS code that
> depends on it. Version 3 adds the __rcu annotation to the relevant functions.
> 
> Version 3 also adds Paul's ack and Josh's review.
> 
> Omar Sandoval (2):
>   Return a value from printk_ratelimited
>   Move BTRFS RCU string to common library
> 
>  fs/btrfs/check-integrity.c |  6 +--
>  fs/btrfs/dev-replace.c     | 19 +++++-----
>  fs/btrfs/disk-io.c         |  6 +--
>  fs/btrfs/extent_io.c       |  4 +-
>  fs/btrfs/ioctl.c           |  4 +-
>  fs/btrfs/raid56.c          |  2 +-
>  fs/btrfs/rcu-string.h      | 56 ----------------------------
>  fs/btrfs/scrub.c           | 15 ++++----
>  fs/btrfs/super.c           |  2 +-
>  fs/btrfs/volumes.c         | 14 +++----
>  include/linux/printk.h     |  4 +-
>  include/linux/rcustring.h  | 92 ++++++++++++++++++++++++++++++++++++++++++++++
>  12 files changed, 132 insertions(+), 92 deletions(-)
>  delete mode 100644 fs/btrfs/rcu-string.h
>  create mode 100644 include/linux/rcustring.h
> 

I forgot to mention: this patch series is against 3.17-rc6.

-- 
Omar

      parent reply	other threads:[~2014-09-27  5:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-27  5:36 [PATCH v3 0/2] Move BTRFS RCU string to common library Omar Sandoval
2014-09-27  5:36 ` [PATCH v3 1/2] Return a value from printk_ratelimited Omar Sandoval
2014-09-27  5:48   ` Joe Perches
2014-09-27  7:45     ` Omar Sandoval
2014-09-27  5:36 ` [PATCH v3 2/2] Move BTRFS RCU string to common library Omar Sandoval
2014-09-27  5:46 ` Omar Sandoval [this message]

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=20140927054634.GA8516@molino.home.network \
    --to=osandov@osandov.com \
    --cc=clm@fb.com \
    --cc=jbacik@fb.com \
    --cc=josh@joshtriplett.org \
    --cc=laijs@cn.fujitsu.com \
    --cc=linux-btrfs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mathieu.desnoyers@efficios.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=rostedt@goodmis.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).