nfsd4: replace callback thread by asynchronous rpc
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 5 Mar 2009 20:01:11 +0000 (15:01 -0500)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Wed, 29 Apr 2009 21:10:53 +0000 (17:10 -0400)
commite300a63ce4ccec073d254d883a3638d5dca1d771
tree63df254b53d9e5a48f7a2d31ac62c9bc23b48aba
parent3cef9ab266a932899e756f7e1ea7a988a97bf3b2
nfsd4: replace callback thread by asynchronous rpc

We don't really need a synchronous rpc, and moving to an asynchronous
rpc allows us to do without this extra kthread.

Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4callback.c