linux/net/sunrpc/xprtrdma
Trond Myklebust a4f0835c60 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: Trond Myklebust <Trond.Myklebust@netapp.com>
2013-02-01 10:13:47 -05:00
..
Makefile rdma: makefile 2008-02-01 16:42:14 -05:00
rpc_rdma.c SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() 2013-02-01 10:13:47 -05:00
svc_rdma.c svcrdma: Cleanup sparse warnings in the svcrdma module 2012-02-17 18:38:50 -05:00
svc_rdma_marshal.c svcrdma: Cleanup sparse warnings in the svcrdma module 2012-02-17 18:38:50 -05:00
svc_rdma_recvfrom.c nfsd4: cleanup: replace rq_resused count by rq_next_page pointer 2012-12-17 22:00:16 -05:00
svc_rdma_sendto.c nfsd4: cleanup: replace rq_resused count by rq_next_page pointer 2012-12-17 22:00:16 -05:00
svc_rdma_transport.c svcrpc: make svc_xprt_received static 2012-08-21 17:42:01 -04:00
transport.c SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() 2013-02-01 10:13:47 -05:00
verbs.c xprtrdma: Remove assumption that each segment is <= PAGE_SIZE 2012-03-21 09:31:47 -04:00
xprt_rdma.h SUNRPC: Eliminate task->tk_xprt accesses that bypass rcu_dereference() 2013-02-01 10:13:47 -05:00