]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Refactor xprt_transmit() to remove the reply queue code
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Wed, 22 Aug 2018 21:55:46 +0000 (17:55 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:14 +0000 (15:35 -0400)
commit823ee6fa66a8087c121c0b501a29c3eecbdffa0a
tree7d3e956afe26fa86a2fa7ed1063eccac4ad61ff7
parent5a612f40d66d1c9f8f8789c18a47cc10ed670b59
SUNRPC: Refactor xprt_transmit() to remove the reply queue code

Separate out the action of adding a request to the reply queue so that the
backchannel code can simply skip calling it altogether.

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