SUNRPC: Cleanup: remove the unused 'task' argument from the request_send()

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
This commit is contained in:
Trond Myklebust
2018-09-03 23:58:59 -04:00
parent c544577dad
commit adfa71446d
5 changed files with 9 additions and 12 deletions

View File

@@ -215,7 +215,7 @@ drop_connection:
* connection.
*/
static int
xprt_rdma_bc_send_request(struct rpc_rqst *rqst, struct rpc_task *task)
xprt_rdma_bc_send_request(struct rpc_rqst *rqst)
{
struct svc_xprt *sxprt = rqst->rq_xprt->bc_xprt;
struct svcxprt_rdma *rdma;