]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdown
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 23 Dec 2011 20:52:19 +0000 (13:52 -0700)
committerJ. Bruce Fields <bfields@redhat.com>
Thu, 5 Jan 2012 20:35:56 +0000 (15:35 -0500)
commit9689dcce0b456793c46bdeea7a79adfab1bc9c5d
treeb555d6f2afa67d01c3f7a7ad5bb5ed62f35c6d96
parent61c8504c428edcebf23b97775a129c5b393a302b
svcrpc: don't revert to SVC_POOL_DEFAULT on nfsd shutdown

This was unexpected behavior (at least for me)--why would you want
configuration settings automatically lost on nfsd restart?

In practice this won't affect distributions, which likely set everything
on every startup.  But I'd expect the behavior to be less confusing to
someone manually restarting nfsd for testing.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/svc.c