mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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>
This commit is contained in:
parent
4271c2c088
commit
3a5940bfa1
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue