svcrdma: Clean up trace_svcrdma_send_failed() tracepoint
- Use the _err naming convention instead - Remove display of kernel memory address of the controlling xprt Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
@@ -971,7 +971,7 @@ int svc_rdma_sendto(struct svc_rqst *rqstp)
|
||||
err1:
|
||||
svc_rdma_send_ctxt_put(rdma, sctxt);
|
||||
err0:
|
||||
trace_svcrdma_send_failed(rqstp, ret);
|
||||
trace_svcrdma_send_err(rqstp, ret);
|
||||
set_bit(XPT_CLOSE, &xprt->xpt_flags);
|
||||
return -ENOTCONN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user