]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC create an rpc function that allows xprt removal from rpc_clnt
authorOlga Kornievskaia <olga.kornievskaia@gmail.com>
Mon, 25 Jul 2022 13:32:26 +0000 (09:32 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Mon, 25 Jul 2022 14:06:04 +0000 (10:06 -0400)
commit45a3dd77821b61c0fe74845cb2642b236ce5fc94
tree6b8432ece95cc96b7047eb53e0be45539b613a95
parentf5f9fe2bae4e0c54ba31239cbd9c1d826b04e8e1
SUNRPC create an rpc function that allows xprt removal from rpc_clnt

Expose a function that allows a removal of xprt from the rpc_clnt.

When called from NFS that's running a trunked transport then don't
decrement the active transport counter.

Signed-off-by: Olga Kornievskaia <kolga@netapp.com>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
include/linux/sunrpc/clnt.h
include/linux/sunrpc/xprtmultipath.h
net/sunrpc/clnt.c
net/sunrpc/xprt.c
net/sunrpc/xprtmultipath.c