diff options
author | Sowmini Varadhan <sowmini.varadhan@oracle.com> | 2017-06-15 21:28:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-06-16 19:45:14 +0300 |
commit | 41500c3e2a19ffcf40a7158fce1774de08e26ba2 (patch) | |
tree | 723682c0d034d68674f943d70e83632a28c71ad7 /net/rds/rds.h | |
parent | 5f886eefbb2d4b207c43b96bbe951545be4f462d (diff) | |
download | linux-41500c3e2a19ffcf40a7158fce1774de08e26ba2.tar.xz |
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>
Diffstat (limited to 'net/rds/rds.h')
-rw-r--r-- | net/rds/rds.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rds/rds.h b/net/rds/rds.h index 82d38ccf5e8b..aa183d6adbcc 100644 --- a/net/rds/rds.h +++ b/net/rds/rds.h @@ -125,8 +125,6 @@ struct rds_conn_path { unsigned int cp_unacked_packets; unsigned int cp_unacked_bytes; - unsigned int cp_outgoing:1, - cp_pad_to_32:31; unsigned int cp_index; }; |