提交 2f6922ca 编写于 作者: C Chuck Lever 提交者: Anna Schumaker

xprtrdma: Shorten QP access error message

Clean up: The convention for this type of warning message is not to
show the function name or "RPC:       ".
Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
Signed-off-by: NAnna Schumaker <Anna.Schumaker@Netapp.com>
上级 6d6bf72d
...@@ -103,9 +103,9 @@ rpcrdma_qp_async_error_upcall(struct ib_event *event, void *context) ...@@ -103,9 +103,9 @@ rpcrdma_qp_async_error_upcall(struct ib_event *event, void *context)
{ {
struct rpcrdma_ep *ep = context; struct rpcrdma_ep *ep = context;
pr_err("RPC: %s: %s on device %s ep %p\n", pr_err("rpcrdma: %s on device %s ep %p\n",
__func__, ib_event_msg(event->event), ib_event_msg(event->event), event->device->name, context);
event->device->name, context);
if (ep->rep_connected == 1) { if (ep->rep_connected == 1) {
ep->rep_connected = -EIO; ep->rep_connected = -EIO;
rpcrdma_conn_func(ep); rpcrdma_conn_func(ep);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册