From: Chuck Lever Date: Wed, 23 Aug 2006 00:06:20 +0000 (-0400) Subject: LOCKD: Convert to use new rpc_create() API X-Git-Tag: v2.6.19-rc1~1271^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1ec78928b4d5a31b7a847e65c6009f4229f7c0f;p=pandora-kernel.git LOCKD: Convert to use new rpc_create() API Replace xprt_create_proto/rpc_create_client with new rpc_create() interface in the Network Lock Manager. Note that the semantics of NLM transports is now "hard" instead of "soft" to provide a better guarantee that lock requests will get to the server. Test plan: Repeated runs of Connectathon locking suite. Check network trace to ensure NLM requests are working correctly. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed