diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2006-09-27 01:25:13 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-28 21:01:16 -0400 |
commit | f20f4a60d74b0d7e2a5dafd5e7d5760f44ce2f30 (patch) | |
tree | 2451900886ea445774cf024d05ca84d4aa864757 /net/ipv4/multipath_wrandom.c | |
parent | d9cd66e0e593929077b5ecf87384e23db7271c6e (diff) |
[IPV4] multipath_wrandom.c: trivial annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/multipath_wrandom.c')
-rw-r--r-- | net/ipv4/multipath_wrandom.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/ipv4/multipath_wrandom.c b/net/ipv4/multipath_wrandom.c index 773acc9ccd7c..32dbd6906a5d 100644 --- a/net/ipv4/multipath_wrandom.c +++ b/net/ipv4/multipath_wrandom.c | |||
@@ -60,8 +60,8 @@ struct multipath_dest { | |||
60 | struct list_head list; | 60 | struct list_head list; |
61 | 61 | ||
62 | const struct fib_nh *nh_info; | 62 | const struct fib_nh *nh_info; |
63 | __u32 netmask; | 63 | __be32 netmask; |
64 | __u32 network; | 64 | __be32 network; |
65 | unsigned char prefixlen; | 65 | unsigned char prefixlen; |
66 | 66 | ||
67 | struct rcu_head rcu; | 67 | struct rcu_head rcu; |
@@ -76,7 +76,7 @@ struct multipath_route { | |||
76 | struct list_head list; | 76 | struct list_head list; |
77 | 77 | ||
78 | int oif; | 78 | int oif; |
79 | __u32 gw; | 79 | __be32 gw; |
80 | struct list_head dests; | 80 | struct list_head dests; |
81 | 81 | ||
82 | struct rcu_head rcu; | 82 | struct rcu_head rcu; |