commit | 226f7a7d97e37220a442f52eb85ebff2cd6fc0d2 | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Thu Jun 30 16:11:10 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 01 16:45:17 2016 -0400 |
tree | ab99e16e093ed09df00fd897eb11f3e3315794a7 | |
parent | dc9a20020a73e81766f1a6341bcafb7f00b5f92a [diff] |
RDS: Rework path specific indirections Refactor code to avoid separate indirections for single-path and multipath transports. All transports (both single and mp-capable) will get a pointer to the rds_conn_path, and can trivially derive the rds_connection from the ->cp_conn. 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>