SUNRPC: Use RCU to dereference the rpc_clnt.cl_xprt field
A migration event will replace the rpc_xprt used by an rpc_clnt. To ensure this can be done safely, all references to cl_xprt must now use a form of rcu_dereference(). Special care is taken with rpc_peeraddr2str(), which returns a pointer to memory whose lifetime is the same as the rpc_xprt. Signed-off-by:Trond Myklebust <Trond.Myklebust@netapp.com> [ cel: fix lockdep splats and layering violations ] [ cel: forward ported to 3.4 ] [ cel: remove rpc_max_reqs(), add rpc_net_ns() ] Signed-off-by:
Chuck Lever <chuck.lever@oracle.com> Signed-off-by:
Trond Myklebust <Trond.Myklebust@netapp.com>
Showing
- fs/nfs/callback_proc.c 5 additions, 4 deletionsfs/nfs/callback_proc.c
- fs/nfs/client.c 11 additions, 5 deletionsfs/nfs/client.c
- fs/nfs/nfs4namespace.c 1 addition, 1 deletionfs/nfs/nfs4namespace.c
- fs/nfs/nfs4proc.c 10 additions, 3 deletionsfs/nfs/nfs4proc.c
- fs/nfs/nfs4state.c 17 additions, 8 deletionsfs/nfs/nfs4state.c
- fs/nfs/super.c 5 additions, 0 deletionsfs/nfs/super.c
- include/linux/sunrpc/clnt.h 3 additions, 1 deletioninclude/linux/sunrpc/clnt.h
- include/linux/sunrpc/debug.h 13 additions, 0 deletionsinclude/linux/sunrpc/debug.h
- net/sunrpc/auth_gss/auth_gss.c 2 additions, 2 deletionsnet/sunrpc/auth_gss/auth_gss.c
- net/sunrpc/clnt.c 89 additions, 21 deletionsnet/sunrpc/clnt.c
- net/sunrpc/rpc_pipe.c 3 additions, 0 deletionsnet/sunrpc/rpc_pipe.c
- net/sunrpc/rpcb_clnt.c 11 additions, 4 deletionsnet/sunrpc/rpcb_clnt.c
- net/sunrpc/stats.c 5 additions, 1 deletionnet/sunrpc/stats.c
Loading
Please register or sign in to comment