]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
nfsd: silence extraneous printk on nfsd.ko insertion
authorJeff Layton <jlayton@kernel.org>
Wed, 20 Jul 2022 12:39:23 +0000 (08:39 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:19:11 +0000 (16:19 +0200)
[ Upstream commit 3a5940bfa17fb9964bf9688b4356ca643a8f5e2d ]

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>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfsctl.c

index 164c822ae3ae9d1d8fd4aa5198d690eb1b0380fe..917fa1892fd2d5c12faea564499cbcff2514e4ec 100644 (file)
@@ -1519,7 +1519,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)