commit | 5f2f6bd98736f904c803912c5578db311c09fe89 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <trond.myklebust@hammerspace.com> | Sat Sep 01 14:25:24 2018 -0400 |
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | Sun Sep 30 15:35:15 2018 -0400 |
tree | f0db2cd8c98b72011abb703edb4fd82bb0ea0120 | |
parent | 04b3b88fbfe63923ec1e9406efea7a889d148d8f [diff] |
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>