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:
parent
f81a8a320c
commit
b66124f314
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user