Trond Myklebust 04266473ec 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 <Trond.Myklebust@netapp.com>
2006-03-20 13:44:40 -05:00
..
2005-04-16 15:20:36 -07:00
2006-03-20 13:44:23 -05:00
2005-04-16 15:20:36 -07:00
2006-03-20 13:44:26 -05:00