diff mbox series

nfsd: silence extraneous printk on nfsd.ko insertion

Message ID 20220720123923.16753-1-jlayton@kernel.org (mailing list archive)
State New, archived
Headers show
Series nfsd: silence extraneous printk on nfsd.ko insertion | expand

Commit Message

Jeff Layton July 20, 2022, 12:39 p.m. UTC
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(-)

Comments

Chuck Lever July 20, 2022, 2:31 p.m. UTC | #1
> 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
diff mbox series

Patch

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)