]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Turn off throttling of RPC slots for TCP sockets
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 3 Sep 2018 22:41:32 +0000 (18:41 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:15 +0000 (15:35 -0400)
commit25608017497b40ef977b2a637ac10b5e12158fdb
tree9ac9fd84f682992ddae85e2f175799fb78f63979
parent8095f1582780490ea9563942cedb2bebba2954e3
SUNRPC: Turn off throttling of RPC slots for TCP sockets

The theory was that we would need to grab the socket lock anyway, so we
might as well use it to gate the allocation of RPC slots for a TCP
socket.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/xprt.h
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c