From: J. Bruce Fields Date: Tue, 24 Feb 2009 03:35:22 +0000 (-0800) Subject: nfsd4: create rpc callback client from server thread X-Git-Tag: v2.6.31-rc1~57^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ecdd03b7914c91ef849e49c4d466c87f4981b5cd;p=pandora-kernel.git nfsd4: create rpc callback client from server thread The code is a little simpler, and it should be easier to avoid races, if we just do all rpc client creation/destruction from nfsd or laundromat threads and do only the rpc calls themselves asynchronously. The rpc creation doesn't involve any significant waiting (it doesn't call the client, for example), so there's no reason not to do this. Also don't bother destroying the client on failure of the rpc null probe. We may want to retry the probe later anyway. Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed