-
- Downloads
SUNRPC: Add a separate spinlock to protect the RPC request receive list
This further reduces contention with the transport_lock, and allows us
to convert to using a non-bh-safe spinlock, since the list is now never
accessed from a bh context.
Signed-off-by:
Trond Myklebust <trond.myklebust@primarydata.com>
Showing
- include/linux/sunrpc/xprt.h 1 addition, 0 deletionsinclude/linux/sunrpc/xprt.h
- net/sunrpc/svcsock.c 3 additions, 3 deletionsnet/sunrpc/svcsock.c
- net/sunrpc/xprt.c 12 additions, 8 deletionsnet/sunrpc/xprt.c
- net/sunrpc/xprtrdma/rpc_rdma.c 4 additions, 4 deletionsnet/sunrpc/xprtrdma/rpc_rdma.c
- net/sunrpc/xprtrdma/svc_rdma_backchannel.c 5 additions, 2 deletionsnet/sunrpc/xprtrdma/svc_rdma_backchannel.c
- net/sunrpc/xprtsock.c 16 additions, 14 deletionsnet/sunrpc/xprtsock.c
Loading
Please register or sign in to comment