commit | 7f3a1d1e1806a0eb9b200e3aed2a04431f2bcc6a | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Thu Aug 23 00:03:43 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Sep 30 15:35:14 2018 -0400 |
tree | 3d91483ef609a0ffb2d9778fc6e37688418f1eaf | |
parent | edc81dcd5b7f699c4049042b35c904396642032e [diff] |
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>