]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add call to svcpool_close() for the NFSv4 callback pool (svcpool_nfscbd).
authorrmacklem <rmacklem@FreeBSD.org>
Thu, 13 Apr 2017 20:16:29 +0000 (20:16 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Thu, 13 Apr 2017 20:16:29 +0000 (20:16 +0000)
commitc0fa855ca6a3e811a613a268a7dda5459c43b91e
treea837cdaa5de3d88e973b57900ec449f391bee482
parent519a4cf58f9f50051f13a7a78823a4ec5fa47f6a
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.

MFC after: 2 weeks
sys/fs/nfsclient/nfs_clkrpc.c