aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/rds.h
diff options
context:
space:
mode:
authorAndy Grover <andy.grover@oracle.com>2010-09-08 18:03:54 -0700
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:16:55 -0700
commit905d64c89e2a9d71d0606904b7c3908633db6072 (patch)
treeae1f56d4eedebec1a75441d6a66b97aea3e5fe5f /include/linux/rds.h
parentRDS: rds.h: Replace u_int[size]_t with uint[size]_t (diff)
downloadlinux-dev-905d64c89e2a9d71d0606904b7c3908633db6072.tar.xz
linux-dev-905d64c89e2a9d71d0606904b7c3908633db6072.zip
RDS: Remove dead struct from rds.h
flows are an obsolete date type. Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to '')
-rw-r--r--include/linux/rds.h8
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 {
uint8_t flags;
} __attribute__((packed));
-struct rds_info_flow {
- __be32 laddr;
- __be32 faddr;
- uint32_t bytes;
- __be16 lport;
- __be16 fport;
-} __attribute__((packed));
-
#define RDS_INFO_MESSAGE_FLAG_ACK 0x01
#define RDS_INFO_MESSAGE_FLAG_FAST_ACK 0x02