projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9cd66e
)
[IPV4] multipath_wrandom.c: trivial annotations
author
Al Viro
<viro@zeniv.linux.org.uk>
Wed, 27 Sep 2006 05:25:13 +0000
(22:25 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Fri, 29 Sep 2006 01:01:16 +0000
(18:01 -0700)
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/multipath_wrandom.c
patch
|
blob
|
history
diff --git
a/net/ipv4/multipath_wrandom.c
b/net/ipv4/multipath_wrandom.c
index 773acc9ccd7c9b57370751facabe932befb95a8a..32dbd6906a5d5e3c3c39a817fad1f4366055376e 100644
(file)
--- a/
net/ipv4/multipath_wrandom.c
+++ b/
net/ipv4/multipath_wrandom.c
@@
-60,8
+60,8
@@
struct multipath_dest {
struct list_head list;
const struct fib_nh *nh_info;
- __
u32
netmask;
- __
u32
network;
+ __
be32
netmask;
+ __
be32
network;
unsigned char prefixlen;
struct rcu_head rcu;
@@
-76,7
+76,7
@@
struct multipath_route {
struct list_head list;
int oif;
- __
u32
gw;
+ __
be32
gw;
struct list_head dests;
struct rcu_head rcu;