提交 f20f4a60 编写于 作者: A Al Viro 提交者: David S. Miller

[IPV4] multipath_wrandom.c: trivial annotations

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 d9cd66e0
...@@ -60,8 +60,8 @@ struct multipath_dest { ...@@ -60,8 +60,8 @@ struct multipath_dest {
struct list_head list; struct list_head list;
const struct fib_nh *nh_info; const struct fib_nh *nh_info;
__u32 netmask; __be32 netmask;
__u32 network; __be32 network;
unsigned char prefixlen; unsigned char prefixlen;
struct rcu_head rcu; struct rcu_head rcu;
...@@ -76,7 +76,7 @@ struct multipath_route { ...@@ -76,7 +76,7 @@ struct multipath_route {
struct list_head list; struct list_head list;
int oif; int oif;
__u32 gw; __be32 gw;
struct list_head dests; struct list_head dests;
struct rcu_head rcu; struct rcu_head rcu;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册