RDS: Turn down alarming reconnect messages
RDS's error messages when a connection goes down are a little extreme. A connection may go down, and it will be re-established, and everything is fine. This patch links these messages through rdsdebug(), instead of to printk directly. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -101,7 +101,7 @@ int rds_rdma_cm_event_handler(struct rdma_cm_id *cm_id,
|
||||
break;
|
||||
|
||||
case RDMA_CM_EVENT_DISCONNECTED:
|
||||
printk(KERN_WARNING "RDS/RDMA: DISCONNECT event - dropping connection "
|
||||
rdsdebug("DISCONNECT event - dropping connection "
|
||||
"%pI4->%pI4\n", &conn->c_laddr,
|
||||
&conn->c_faddr);
|
||||
rds_conn_drop(conn);
|
||||
|
Reference in New Issue
Block a user