commit | 02105b2ccdd6344146e0296172a9e0f17ff624ef | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Thu Jun 30 16:11:12 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 16:45:17 2016 -0400 |
tree | 3be5ec1d994b348826c1cd0bf20f85441028fd39 | |
parent | 26e4e6bb683028546f339018ab4cd394300a92a4 [diff] |
RDS: TCP: Make rds_tcp_connection track the rds_conn_path The struct rds_tcp_connection is the transport-specific private data structure that tracks TCP information per rds_conn_path. Modify this structure to have a back-pointer to the rds_conn_path for which it is the ->cp_transport_data. Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>