From: J. Bruce Fields Date: Thu, 25 Oct 2007 23:00:26 +0000 (-0400) Subject: nfsd: move callback rpc_client creation into separate thread X-Git-Tag: v2.6.25-rc1~1072^2~98 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63c86716ea34ad94d52e5b0abbda152574dc42b5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed