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)
commit5f2f6bd98736f904c803912c5578db311c09fe89
treef0db2cd8c98b72011abb703edb4fd82bb0ea0120
parent04b3b88fbfe63923ec1e9406efea7a889d148d8f
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