From: Al Viro Date: Wed, 27 Sep 2006 05:25:13 +0000 (-0700) Subject: [IPV4] multipath_wrandom.c: trivial annotations X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f20f4a60d74b0d7e2a5dafd5e7d5760f44ce2f30;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git [IPV4] multipath_wrandom.c: trivial annotations Signed-off-by: Al Viro Signed-off-by: David S. Miller --- 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 { 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;