]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sunrpc: Export xprt_force_disconnect()
authorChuck Lever <chuck.lever@oracle.com>
Tue, 11 Apr 2017 17:22:38 +0000 (13:22 -0400)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Tue, 25 Apr 2017 20:12:16 +0000 (16:12 -0400)
commite2a4f4fbefc5e5b7b4435f73711b7be94f780584
tree61b2d41ea5f829086e2cc02a7ece4998fbc57069
parent9378b274e1eb6925db315e345f48850d2d5d9789
sunrpc: Export xprt_force_disconnect()

xprt_force_disconnect() is already invoked from the socket
transport. I want to invoke xprt_force_disconnect() from the
RPC-over-RDMA transport, which is a separate module from sunrpc.ko.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
net/sunrpc/xprt.c