OSDN Git Service

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)
commitedc81dcd5b7f699c4049042b35c904396642032e
tree7d3e956afe26fa86a2fa7ed1063eccac4ad61ff7
parent75c84151a9dc7a755c607e6761d8f14a1690dbf0
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