RDS: Update rds_conn_shutdown to work with rds_conn_path
This commit changes rds_conn_shutdown to take a rds_conn_path * argument, allowing it to shutdown paths other than c_path[0] for MP-capable transports. 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
1c5113cf79
commit
d769ef81d5
@@ -225,7 +225,7 @@ void rds_shutdown_worker(struct work_struct *work)
|
||||
struct rds_conn_path,
|
||||
cp_down_w);
|
||||
|
||||
rds_conn_shutdown(cp->cp_conn);
|
||||
rds_conn_shutdown(cp);
|
||||
}
|
||||
|
||||
void rds_threads_exit(void)
|
||||
|
Reference in New Issue
Block a user