commit | 780a6d9e16d1827eb97c2497d7814fe34d280c15 | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Mon Jun 13 09:44:33 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 14 23:50:42 2016 -0700 |
tree | 14ee7dd5031844df6e37fe2e518b9e48b4fe3c0e | |
parent | 7d885d0fc69abe22382fae5dddd84684333ab29b [diff] |
RDS: Make rds_send_queue_rm() rds_conn_path aware Pass the rds_conn_path to rds_send_queue_rm, and use it to initialize the i_conn_path field in struct rds_incoming. This commit also makes rds_send_queue_rm() MP capable, because it now takes locks specific to the rds_conn_path passed in, instead of defaulting to the c_path[0] based defines from rds_single_path.h Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>