commit | 34751b9d04a221da2a74b27ba439f01c0ae30069 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 16:42:44 2013 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Oct 28 16:46:37 2013 -0400 |
tree | 69c3aa663909cbd6fb45bdf55d2ff6ad9d78272c | |
parent | 4d4b69dd847a098cdca341c45326f6c6f61b8691 [diff] |
SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport rpc_clnt_set_transport should use rcu_derefence_protected(), as it is only safe to be called with the rpc_clnt::cl_lock held. Cc: Chuck Lever <Chuck.Lever@oracle.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>