Sowmini Varadhan 0cb43965d4 RDS: split out connection specific state from rds_connection to rds_conn_path
In preparation for multipath RDS, split the rds_connection
structure into a base structure, and a per-path struct rds_conn_path.
The base structure tracks information and locks common to all
paths. The workqs for send/recv/shutdown etc are tracked per
rds_conn_path. Thus the workq callbacks now work with rds_conn_path.

This commit allows for one rds_conn_path per rds_connection, and will
be extended into multiple conn_paths in  subsequent commits.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-06-14 23:50:41 -07:00
..
2016-05-27 15:26:11 -07:00
2016-06-12 22:02:11 -04:00
2016-06-12 22:02:11 -04:00
2016-06-08 11:36:02 -07:00
2016-05-29 22:33:25 -07:00
2016-05-26 10:33:33 -07:00
2016-06-09 23:41:03 -07:00