projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a46f561
)
RDS: Remove dead struct from rds.h
author
Andy Grover
<andy.grover@oracle.com>
Thu, 9 Sep 2010 01:03:54 +0000
(18:03 -0700)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/include/linux/rds.h
b/include/linux/rds.h
index
3576b31
..
9195095
100644
(file)
--- 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