From: "J. Bruce Fields" <bfields@fieldses.org>
To: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Cc: Jeff Layton <jlayton@poochiereds.net>,
linux-nfs@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] fs: nfsd: remove superfluous KERN_INFO
Date: Fri, 24 Feb 2017 15:46:56 -0500 [thread overview]
Message-ID: <20170224204656.GE26378@fieldses.org> (raw)
In-Reply-To: <1487895356-24307-1-git-send-email-linux@rasmusvillemoes.dk>
Thanks, applying.--b.
On Fri, Feb 24, 2017 at 01:15:55AM +0100, Rasmus Villemoes wrote:
> dprintk already provides a KERN_* prefix; this KERN_INFO just shows up
> as some odd characters in the output.
>
> Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
> ---
> fs/nfsd/nfs4state.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
> index a0dee8ae9f97..df86e888f833 100644
> --- a/fs/nfsd/nfs4state.c
> +++ b/fs/nfsd/nfs4state.c
> @@ -2281,7 +2281,7 @@ gen_callback(struct nfs4_client *clp, struct nfsd4_setclientid *se, struct svc_r
> out_err:
> conn->cb_addr.ss_family = AF_UNSPEC;
> conn->cb_addrlen = 0;
> - dprintk(KERN_INFO "NFSD: this client (clientid %08x/%08x) "
> + dprintk("NFSD: this client (clientid %08x/%08x) "
> "will not receive delegations\n",
> clp->cl_clientid.cl_boot, clp->cl_clientid.cl_id);
>
> --
> 2.1.4
prev parent reply other threads:[~2017-02-24 20:46 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-24 0:15 [PATCH] fs: nfsd: remove superfluous KERN_INFO Rasmus Villemoes
2017-02-24 20:46 ` J. Bruce Fields [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=20170224204656.GE26378@fieldses.org \
--to=bfields@fieldses.org \
--cc=jlayton@poochiereds.net \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-nfs@vger.kernel.org \
--cc=linux@rasmusvillemoes.dk \
/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).