]> git.baikalelectronics.ru Git - kernel.git/commit
rds: tcp: remove cp_outgoing
authorSowmini Varadhan <sowmini.varadhan@oracle.com>
Thu, 15 Jun 2017 18:28:53 +0000 (11:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Jun 2017 16:45:14 +0000 (12:45 -0400)
commitb68d7bb4be96794e92e7cb4c9a0c4b51daffe203
tree723682c0d034d68674f943d70e83632a28c71ad7
parent6e52acdee5f0604c333bf39177f4011755cc0c09
rds: tcp: remove cp_outgoing

After commit 047590c48da2 ("RDS: TCP: Force every connection to be
initiated by numerically smaller IP address") we no longer need
the logic associated with cp_outgoing, so clean up usage of this
field.

Signed-off-by: Sowmini Varadhan <sowmini.varadhan@oracle.com>
Tested-by: Imanti Mendez <imanti.mendez@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/connection.c
net/rds/rds.h
net/rds/tcp_connect.c
net/rds/tcp_listen.c