From: Trond Myklebust Date: Mon, 20 Mar 2006 18:44:40 +0000 (-0500) Subject: lockd: Make lockd use rpc_new_client() instead of rpc_create_client X-Git-Tag: v2.6.17-rc1~667^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04266473ecf5cdca242201d9f1ed890afe070fb6;p=pandora-kernel.git lockd: Make lockd use rpc_new_client() instead of rpc_create_client When doing NLM_GRANTED requests, lockd may end up blocking if we use rpc_create_client() due to the synchronous call to rpc_ping(). Instead, use rpc_new_client(). Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed