Commit 905d64c89e2a9d71d0606904b7c3908633db6072
1 parent
a46f561b77
Exists in
master
and in
7 other branches
RDS: Remove dead struct from rds.h
flows are an obsolete date type. Signed-off-by: Andy Grover <andy.grover@oracle.com>
Showing 1 changed file with 0 additions and 8 deletions Side-by-side Diff
include/linux/rds.h
| ... | ... | @@ -112,14 +112,6 @@ |
| 112 | 112 | uint8_t flags; |
| 113 | 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 | 115 | #define RDS_INFO_MESSAGE_FLAG_ACK 0x01 |
| 124 | 116 | #define RDS_INFO_MESSAGE_FLAG_FAST_ACK 0x02 |
| 125 | 117 |