All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nfsd: silence extraneous printk on nfsd.ko insertion
@ 2022-07-20 12:39 Jeff Layton
  2022-07-20 14:31 ` Chuck Lever III
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Layton @ 2022-07-20 12:39 UTC (permalink / raw)
  To: chuck.lever; +Cc: linux-nfs, Olaf Kirch

This printk pops every time nfsd.ko gets plugged in. Most kmods don't do
that and this one is not very informative. Olaf's email address seems to
be defunct at this point anyway. Just drop it.

Cc: Olaf Kirch <okir@suse.com>
Signed-off-by: Jeff Layton <jlayton@kernel.org>
---
 fs/nfsd/nfsctl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index 0621c2faf242..b6efc3b56fe9 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -1517,7 +1517,6 @@ static struct pernet_operations nfsd_net_ops = {
 static int __init init_nfsd(void)
 {
 	int retval;
-	printk(KERN_INFO "Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n");
 
 	retval = nfsd4_init_slabs();
 	if (retval)
-- 
2.36.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] nfsd: silence extraneous printk on nfsd.ko insertion
  2022-07-20 12:39 [PATCH] nfsd: silence extraneous printk on nfsd.ko insertion Jeff Layton
@ 2022-07-20 14:31 ` Chuck Lever III
  0 siblings, 0 replies; 2+ messages in thread
From: Chuck Lever III @ 2022-07-20 14:31 UTC (permalink / raw)
  To: Jeff Layton; +Cc: Linux NFS Mailing List, Olaf Kirch



> On Jul 20, 2022, at 8:39 AM, Jeff Layton <jlayton@kernel.org> wrote:
> 
> This printk pops every time nfsd.ko gets plugged in. Most kmods don't do
> that and this one is not very informative. Olaf's email address seems to
> be defunct at this point anyway. Just drop it.
> 
> Cc: Olaf Kirch <okir@suse.com>
> Signed-off-by: Jeff Layton <jlayton@kernel.org>

Applied for for-next, thanks!


> ---
> fs/nfsd/nfsctl.c | 1 -
> 1 file changed, 1 deletion(-)
> 
> diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
> index 0621c2faf242..b6efc3b56fe9 100644
> --- a/fs/nfsd/nfsctl.c
> +++ b/fs/nfsd/nfsctl.c
> @@ -1517,7 +1517,6 @@ static struct pernet_operations nfsd_net_ops = {
> static int __init init_nfsd(void)
> {
> 	int retval;
> -	printk(KERN_INFO "Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n");
> 
> 	retval = nfsd4_init_slabs();
> 	if (retval)
> -- 
> 2.36.1
> 

--
Chuck Lever




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-20 14:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-20 12:39 [PATCH] nfsd: silence extraneous printk on nfsd.ko insertion Jeff Layton
2022-07-20 14:31 ` Chuck Lever III

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.