]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
nfsd: move callback rpc_client creation into separate thread
authorJ. Bruce Fields <bfields@citi.umich.edu>
Thu, 25 Oct 2007 23:00:26 +0000 (19:00 -0400)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 1 Feb 2008 21:42:01 +0000 (16:42 -0500)
commit63c86716ea34ad94d52e5b0abbda152574dc42b5
treec92ceed9f40f43dc79e099a1f3d4da99d6f985b6
parent46f8a64bae11f5c9b15b4401f6e9863281999b66
nfsd: move callback rpc_client creation into separate thread

The whole reason to move this callback-channel probe into a separate
thread was because (for now) we don't have an easy way to create the
rpc_client asynchronously.  But I forgot to move the rpc_create() to the
spawned thread.  Doh!  Fix that.

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