]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
RDS: Remove dead struct from rds.h
authorAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:03:54 +0000 (18:03 -0700)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:16:55 +0000 (18:16 -0700)
flows are an obsolete date type.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
include/linux/rds.h

index 3576b31b6b7b431512caa9fbc611af36cfa0d585..91950950aa598060a8e0e370f82654cd9a75e7d6 100644 (file)
@@ -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