projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9258a2d
)
svcrdma: Use pr_err to report Receive errors
author
Chuck Lever
<chuck.lever@oracle.com>
Tue, 20 Mar 2018 21:05:09 +0000
(17:05 -0400)
committer
J. Bruce Fields
<bfields@redhat.com>
Tue, 20 Mar 2018 21:32:12 +0000
(17:32 -0400)
Clean up: Other completion handlers use pr_err, not pr_warn.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
net/sunrpc/xprtrdma/svc_rdma_transport.c
patch
|
blob
|
history
diff --git
a/net/sunrpc/xprtrdma/svc_rdma_transport.c
b/net/sunrpc/xprtrdma/svc_rdma_transport.c
index 9ad12a215b514b146f6d9234f5e24be308099b05..135ae175ca8eb94531d967b32e0f2e389acb306d 100644
(file)
--- a/
net/sunrpc/xprtrdma/svc_rdma_transport.c
+++ b/
net/sunrpc/xprtrdma/svc_rdma_transport.c
@@
-330,9
+330,9
@@
static void svc_rdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc)
flushed:
if (wc->status != IB_WC_WR_FLUSH_ERR)
- pr_
warn("svcrdma: receive
: %s (%u/0x%x)\n",
-
ib_wc_status_msg(wc->status),
-
wc->status, wc->vendor_err);
+ pr_
err("svcrdma: Recv
: %s (%u/0x%x)\n",
+ ib_wc_status_msg(wc->status),
+ wc->status, wc->vendor_err);
set_bit(XPT_CLOSE, &xprt->sc_xprt.xpt_flags);
svc_rdma_put_context(ctxt, 1);