Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36794
b: refs/heads/master
c: f20f4a6
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent e7772e1 commit 85acb29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d9cd66e0e593929077b5ecf87384e23db7271c6e
refs/heads/master: f20f4a60d74b0d7e2a5dafd5e7d5760f44ce2f30
6 changes: 3 additions & 3 deletions trunk/net/ipv4/multipath_wrandom.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 85acb29

Please sign in to comment.