Skip to content
Commit a4f0835c authored by Trond Myklebust's avatar Trond Myklebust
Browse files

SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference()



tk_xprt is just a shortcut for tk_client->cl_xprt, however cl_xprt is
defined as an __rcu variable. Replace dereferences of tk_xprt with
non-rcu dereferences where it is safe to do so.

Signed-off-by: default avatarTrond Myklebust <Trond.Myklebust@netapp.com>
parent 88b62b91
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment