]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9791ec6e578afd07e103d40a4f342cd5191df94e
tree3d91483ef609a0ffb2d9778fc6e37688418f1eaf
parent823ee6fa66a8087c121c0b501a29c3eecbdffa0a
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