]> git.karo-electronics.de Git - karo-tx-linux.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)
commit41500c3e2a19ffcf40a7158fce1774de08e26ba2
tree723682c0d034d68674f943d70e83632a28c71ad7
parent5f886eefbb2d4b207c43b96bbe951545be4f462d
rds: tcp: remove cp_outgoing

After commit 1a0e100fb2c9 ("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