diff options
author | Chuck Lever <chuck.lever@oracle.com> | 2018-12-19 10:59:39 -0500 |
---|---|---|
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | 2019-01-02 12:05:18 -0500 |
commit | ddbb347f0c68a66cb20b78af4bc318b10d30e425 (patch) | |
tree | dcf9da8b51e3c912c61ce3417d37e5cce4ddabc4 /net/sunrpc/xprtrdma/backchannel.c | |
parent | 92f4433e567a034d87e1e2c9e5402ff5f58b545b (diff) | |
download | linux-ddbb347f0c68a66cb20b78af4bc318b10d30e425.tar.gz linux-ddbb347f0c68a66cb20b78af4bc318b10d30e425.tar.bz2 linux-ddbb347f0c68a66cb20b78af4bc318b10d30e425.zip |
xprtrdma: Cull dprintk() call sites
Clean up: Remove dprintk() call sites that report rare or impossible
errors. Leave a few that display high-value low noise status
information.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Anna Schumaker <Anna.Schumaker@Netapp.com>
Diffstat (limited to 'net/sunrpc/xprtrdma/backchannel.c')
-rw-r--r-- | net/sunrpc/xprtrdma/backchannel.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/sunrpc/xprtrdma/backchannel.c b/net/sunrpc/xprtrdma/backchannel.c index aae2eb1ea506..dea831ee05fc 100644 --- a/net/sunrpc/xprtrdma/backchannel.c +++ b/net/sunrpc/xprtrdma/backchannel.c @@ -235,9 +235,6 @@ void xprt_rdma_bc_free_rqst(struct rpc_rqst *rqst) struct rpcrdma_req *req = rpcr_to_rdmar(rqst); struct rpc_xprt *xprt = rqst->rq_xprt; - dprintk("RPC: %s: freeing rqst %p (req %p)\n", - __func__, rqst, req); - rpcrdma_recv_buffer_put(req->rl_reply); req->rl_reply = NULL; |