SUNRPC: Refactor xprt_transmit() to remove wait for reply code
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Thu, 23 Aug 2018 04:03:43 +0000 (00:03 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:14 +0000 (15:35 -0400)
commit7f3a1d1e1806a0eb9b200e3aed2a04431f2bcc6a
tree3d91483ef609a0ffb2d9778fc6e37688418f1eaf
parentedc81dcd5b7f699c4049042b35c904396642032e
SUNRPC: Refactor xprt_transmit() to remove wait for reply code

Allow the caller in clnt.c to call into the code to wait for a reply
after calling xprt_transmit(). Again, the reason is that the backchannel
code does not need this functionality.

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