From 30ae5ff057ed29ee72599c0ea03b477f689e4050 Mon Sep 17 00:00:00 2001 From: Andy Grover Date: Wed, 8 Sep 2010 18:03:54 -0700 Subject: [PATCH] --- yaml --- r: 214474 b: refs/heads/master c: 905d64c89e2a9d71d0606904b7c3908633db6072 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/rds.h | 8 -------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/[refs] b/[refs] index 0230c69a50b9..30fe9c316c4c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a46f561b774d90d8616473d56696e7d44fa1c9f1 +refs/heads/master: 905d64c89e2a9d71d0606904b7c3908633db6072 diff --git a/trunk/include/linux/rds.h b/trunk/include/linux/rds.h index 3576b31b6b7b..91950950aa59 100644 --- a/trunk/include/linux/rds.h +++ b/trunk/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