diff options
author | Rami Rosen <ramirose@gmail.com> | 2009-05-11 07:52:49 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-17 20:59:45 +0200 |
commit | 8b3521eeb7598c3b10c7e14361a7974464527702 (patch) | |
tree | dbad2dc2822694f86493cf60e4b969f80fbce3d1 /net/ipv4/fib_rules.c | |
parent | tun: add tun_flags, owner, group attributes in sysfs (diff) | |
download | linux-8b3521eeb7598c3b10c7e14361a7974464527702.tar.xz linux-8b3521eeb7598c3b10c7e14361a7974464527702.zip |
ipv4: remove an unused parameter from configure method of fib_rules_ops.
Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/fib_rules.c')
-rw-r--r-- | net/ipv4/fib_rules.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_rules.c b/net/ipv4/fib_rules.c index 6080d7120821..38904be4102e 100644 --- a/net/ipv4/fib_rules.c +++ b/net/ipv4/fib_rules.c @@ -134,7 +134,7 @@ static const struct nla_policy fib4_rule_policy[FRA_MAX+1] = { }; static int fib4_rule_configure(struct fib_rule *rule, struct sk_buff *skb, - struct nlmsghdr *nlh, struct fib_rule_hdr *frh, + struct fib_rule_hdr *frh, struct nlattr **tb) { struct net *net = sock_net(skb->sk); |