Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36793
b: refs/heads/master
c: d9cd66e
h: refs/heads/master
i:
  36791: 4c62305
v: v3
  • Loading branch information
Al Viro authored and David S. Miller committed Sep 29, 2006
1 parent 2e21dbe commit e7772e1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: 32ab5f80334fc067386c4c56c434010c01cff6b9
refs/heads/master: d9cd66e0e593929077b5ecf87384e23db7271c6e
4 changes: 2 additions & 2 deletions trunk/include/net/ip_mp_alg.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct ip_mp_alg_ops {
void (*mp_alg_select_route)(const struct flowi *flp,
struct rtable *rth, struct rtable **rp);
void (*mp_alg_flush)(void);
void (*mp_alg_set_nhinfo)(__u32 network, __u32 netmask,
void (*mp_alg_set_nhinfo)(__be32 network, __be32 netmask,
unsigned char prefixlen,
const struct fib_nh *nh);
void (*mp_alg_remove)(struct rtable *rth);
Expand Down Expand Up @@ -59,7 +59,7 @@ static inline void multipath_flush(void)
}

static inline void multipath_set_nhinfo(struct rtable *rth,
__u32 network, __u32 netmask,
__be32 network, __be32 netmask,
unsigned char prefixlen,
const struct fib_nh *nh)
{
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/ipv4/multipath_wrandom.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ static void wrandom_select_route(const struct flowi *flp,
*rp = decision;
}

static void wrandom_set_nhinfo(__u32 network,
__u32 netmask,
static void wrandom_set_nhinfo(__be32 network,
__be32 netmask,
unsigned char prefixlen,
const struct fib_nh *nh)
{
Expand Down

0 comments on commit e7772e1

Please sign in to comment.