RDS: Add rds_conn_path_error()
rds_conn_path_error() is the MP-aware analog of rds_conn_error, to be used by multipath-capable callers. Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
992c9ec5fe
commit
fb1b3dc43d
@@ -163,7 +163,8 @@ void rds_connect_worker(struct work_struct *work)
|
||||
RDS_CONN_DOWN))
|
||||
rds_queue_reconnect(cp);
|
||||
else
|
||||
rds_conn_error(conn, "RDS: connect failed\n");
|
||||
rds_conn_path_error(cp,
|
||||
"RDS: connect failed\n");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user