From: "J. Bruce Fields" <bfields@fieldses.org>
To: Kinglong Mee <kinglongmee@gmail.com>
Cc: Trond Myklebust <trond.myklebust@primarydata.com>,
linux-nfs@vger.kernel.org
Subject: Re: [PATCH] SUNRPC: Fix printk that is not only for nfsd
Date: Thu, 8 May 2014 12:48:34 -0400 [thread overview]
Message-ID: <20140508164834.GE20976@fieldses.org> (raw)
In-Reply-To: <534CF854.30100@gmail.com>
Thanks, applying. By the way, your mail client seems to be corrupting
patches, e.g.:
On Tue, Apr 15, 2014 at 05:13:56PM +0800, Kinglong Mee wrote:
> Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
> ---
> net/sunrpc/cache.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/net/sunrpc/cache.c b/net/sunrpc/cache.c
> index ae333c1..0663621 100644
> --- a/net/sunrpc/cache.c
> +++ b/net/sunrpc/cache.c
> @@ -374,7 +374,7 @@ void sunrpc_destroy_cache_detail(struct cache_detail
> *cd)
... it wrapped that line. So git-am complains and I have to fix up
things by hand.
Might check Documentation/email-clients.txt to see if there's any useful
tips there.
--b.
> }
> return;
> out:
> - printk(KERN_ERR "nfsd: failed to unregister %s cache\n", cd->name);
> + printk(KERN_ERR "RPC: failed to unregister %s cache\n", cd->name);
> }
> EXPORT_SYMBOL_GPL(sunrpc_destroy_cache_detail);
>
> --
> 1.9.0
>
next prev parent reply other threads:[~2014-05-08 16:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-15 9:13 [PATCH] SUNRPC: Fix printk that is not only for nfsd Kinglong Mee
2014-05-08 16:48 ` J. Bruce Fields [this message]
2014-05-09 4:02 ` Kinglong Mee
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=20140508164834.GE20976@fieldses.org \
--to=bfields@fieldses.org \
--cc=kinglongmee@gmail.com \
--cc=linux-nfs@vger.kernel.org \
--cc=trond.myklebust@primarydata.com \
/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.