1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Change the sysctl_base argument to svcpool_create() to NULL for

client side callbacks so that leaf names are not re-used,
since they are already being used by the server.

Approved by:	kib (mentor)
This commit is contained in:
Rick Macklem 2009-05-22 23:22:56 +00:00
parent f81a8a320c
commit b66124f314
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192613

View File

@ -289,7 +289,7 @@ nfsrvd_cbinit(int terminating)
NFSD_UNLOCK();
nfscbd_pool = svcpool_create("nfscbd", SYSCTL_STATIC_CHILDREN(_vfs_newnfs));
nfscbd_pool = svcpool_create("nfscbd", NULL);
nfscbd_pool->sp_rcache = NULL;
nfscbd_pool->sp_assign = NULL;
nfscbd_pool->sp_done = NULL;