]> git.baikalelectronics.ru Git - kernel.git/commit
SUNRPC: Simplify xprt_prepare_transmit()
authorTrond Myklebust <trond.myklebust@hammerspace.com>
Sat, 1 Sep 2018 18:25:24 +0000 (14:25 -0400)
committerTrond Myklebust <trond.myklebust@hammerspace.com>
Sun, 30 Sep 2018 19:35:15 +0000 (15:35 -0400)
commit60928cbab878a8ef82bfbae5932de9d6b1cc3ae2
treef0db2cd8c98b72011abb703edb4fd82bb0ea0120
parentfd435e70468be116000c2ea13dd788c5ff56bf81
SUNRPC: Simplify xprt_prepare_transmit()

Remove the checks for whether or not we need to transmit, and whether
or not a reply has been received. Those are already handled in
call_transmit() itself.

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