diff options
Diffstat (limited to 'net/rds/iw_cm.c')
-rw-r--r-- | net/rds/iw_cm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rds/iw_cm.c b/net/rds/iw_cm.c index 394cf6b4d0a..6bc638fd252 100644 --- a/net/rds/iw_cm.c +++ b/net/rds/iw_cm.c | |||
@@ -156,9 +156,11 @@ static void rds_iw_qp_event_handler(struct ib_event *event, void *data) | |||
156 | case IB_EVENT_QP_REQ_ERR: | 156 | case IB_EVENT_QP_REQ_ERR: |
157 | case IB_EVENT_QP_FATAL: | 157 | case IB_EVENT_QP_FATAL: |
158 | default: | 158 | default: |
159 | rds_iw_conn_error(conn, "RDS/IW: Fatal QP Event %u - connection %pI4->%pI4...reconnecting\n", | 159 | rdsdebug("Fatal QP Event %u " |
160 | "- connection %pI4->%pI4, reconnecting\n", | ||
160 | event->event, &conn->c_laddr, | 161 | event->event, &conn->c_laddr, |
161 | &conn->c_faddr); | 162 | &conn->c_faddr); |
163 | rds_conn_drop(conn); | ||
162 | break; | 164 | break; |
163 | } | 165 | } |
164 | } | 166 | } |