]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC: r316782
authorrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Apr 2017 21:27:20 +0000 (21:27 +0000)
committerrmacklem <rmacklem@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 27 Apr 2017 21:27:20 +0000 (21:27 +0000)
commit0df3f57927cec7397d28cbe87617cd4505ad9ac2
tree907842351fba4f76664c11da58c65a796649d726
parent6aabe0c37c7d9f7dbd0461efaa3071ffef98fa04
MFC: r316782
Add call to svcpool_close() for the NFSv4 callback pool (svcpool_nfscbd).

A function called svcpool_close() was added to the server side krpc by
r313735, so that a pool could be closed without destroying the data structures.
This little patch adds a call to it for the callback pool (svcpool_nfscbd),
so that the nfscbd daemon can be killed/restarted and continue to work
correctly.

git-svn-id: svn://svn.freebsd.org/base/stable/10@317524 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/nfsclient/nfs_clkrpc.c