Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 159004
b: refs/heads/master
c: fdf6e6b
h: refs/heads/master
v: v3
  • Loading branch information
Andy Grover authored and David S. Miller committed Jul 20, 2009
1 parent 40b585d commit 6fe6f23
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68cb01c1ba312add7c7cc7da1bbe98b3071904d1
refs/heads/master: fdf6e6b4afd8a56fa58f70a3950bd7ea7fbaef5f
6 changes: 3 additions & 3 deletions trunk/net/rds/ib_cm.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ static void rds_ib_qp_event_handler(struct ib_event *event, void *data)
rdma_notify(ic->i_cm_id, IB_EVENT_COMM_EST);
break;
default:
printk(KERN_WARNING "RDS/ib: unhandled QP event %u "
"on connection to %pI4\n", event->event,
&conn->c_faddr);
rds_ib_conn_error(conn, "RDS/IB: Fatal QP Event %u "
"- connection %pI4->%pI4, reconnecting\n",
event->event, &conn->c_laddr, &conn->c_faddr);
break;
}
}
Expand Down

0 comments on commit 6fe6f23

Please sign in to comment.