git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d4b69d
)
SUNRPC: Add correct rcu_dereference annotation in rpc_clnt_set_transport
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 28 Oct 2013 20:42:44 +0000
(16:42 -0400)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Mon, 28 Oct 2013 20:46:37 +0000
(16:46 -0400)
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>
No differences found