aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Layton <jlayton@kernel.org>2022-07-20 08:39:23 -0400
committerChuck Lever <chuck.lever@oracle.com>2022-07-29 20:16:56 -0400
commit3a5940bfa17fb9964bf9688b4356ca643a8f5e2d (patch)
treebde3feec23d88a590a85e19ecc9dea44652f4d62
parentNFSD: limit the number of v4 clients to 1024 per 1GB of system memory (diff)
downloadlinux-dev-3a5940bfa17fb9964bf9688b4356ca643a8f5e2d.tar.xz
linux-dev-3a5940bfa17fb9964bf9688b4356ca643a8f5e2d.zip
nfsd: silence extraneous printk on nfsd.ko insertion
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>
-rw-r--r--fs/nfsd/nfsctl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/nfsd/nfsctl.c b/fs/nfsd/nfsctl.c
index 164c822ae3ae..917fa1892fd2 100644
--- a/fs/nfsd/nfsctl.c
+++ b/fs/nfsd/nfsctl.c
@@ -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)