commit | 45997e9e2e01d76607d70461414f66f51487bfe5 | [log] [tgz] |
---|---|---|
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | Mon Jun 13 09:44:36 2016 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 14 23:50:43 2016 -0700 |
tree | babde657760693e405268173be83adf09b592309 | |
parent | 01ff34ed44a48ed0ae875291b4b6b7dc9ebeea69 [diff] |
RDS: Make rds_send_pong() take a rds_conn_path argument This commit allows rds_send_pong() callers to send back the rds pong message on some path other than c_path[0] by passing in a struct rds_conn_path * argument. It also removes the last dependency on the #defines in rds_single.h from send.c Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>