diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-09-08 21:03:54 -0400 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 21:16:55 -0400 |
commit | 905d64c89e2a9d71d0606904b7c3908633db6072 (patch) | |
tree | ae1f56d4eedebec1a75441d6a66b97aea3e5fe5f | |
parent | a46f561b774d90d8616473d56696e7d44fa1c9f1 (diff) |
RDS: Remove dead struct from rds.h
flows are an obsolete date type.
Signed-off-by: Andy Grover <andy.grover@oracle.com>
-rw-r--r-- | include/linux/rds.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/rds.h b/include/linux/rds.h index 3576b31b6b7b..91950950aa59 100644 --- a/include/linux/rds.h +++ b/include/linux/rds.h | |||
@@ -112,14 +112,6 @@ struct rds_info_connection { | |||
112 | uint8_t flags; | 112 | uint8_t flags; |
113 | } __attribute__((packed)); | 113 | } __attribute__((packed)); |
114 | 114 | ||
115 | struct rds_info_flow { | ||
116 | __be32 laddr; | ||
117 | __be32 faddr; | ||
118 | uint32_t bytes; | ||
119 | __be16 lport; | ||
120 | __be16 fport; | ||
121 | } __attribute__((packed)); | ||
122 | |||
123 | #define RDS_INFO_MESSAGE_FLAG_ACK 0x01 | 115 | #define RDS_INFO_MESSAGE_FLAG_ACK 0x01 |
124 | #define RDS_INFO_MESSAGE_FLAG_FAST_ACK 0x02 | 116 | #define RDS_INFO_MESSAGE_FLAG_FAST_ACK 0x02 |
125 | 117 | ||