commit | 63c86716ea34ad94d52e5b0abbda152574dc42b5 | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@citi.umich.edu> | Thu Oct 25 19:00:26 2007 -0400 |
committer | J. Bruce Fields <bfields@citi.umich.edu> | Fri Feb 01 16:42:01 2008 -0500 |
tree | c92ceed9f40f43dc79e099a1f3d4da99d6f985b6 | |
parent | 46f8a64bae11f5c9b15b4401f6e9863281999b66 [diff] |
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>