commit | 04266473ecf5cdca242201d9f1ed890afe070fb6 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:40 2006 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Mar 20 13:44:40 2006 -0500 |
tree | c5c13c61db25a999cda87e5c6b4aacba12b44049 | |
parent | 686517f1ad1630c11964d668b556aab79b8c942e [diff] |
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>