diff options
author | David S. Miller <davem@davemloft.net> | 2012-07-10 08:06:14 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-07-11 01:40:13 -0400 |
commit | 87a50699cb6d169591cc776fb82683a2c77cecac (patch) | |
tree | 1f136f458aa17c46eda75dcc5d0e438429d1dc99 /net/ipv4/route.c | |
parent | 3e12939a2a67fbb4cbd962c3b9bc398c73319766 (diff) |
rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo().
Nobody provides non-zero values any longer.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/route.c')
-rw-r--r-- | net/ipv4/route.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c index d4834e2914a0..67b08745daf9 100644 --- a/net/ipv4/route.c +++ b/net/ipv4/route.c | |||
@@ -2931,8 +2931,7 @@ static int rt_fill_info(struct net *net, | |||
2931 | goto nla_put_failure; | 2931 | goto nla_put_failure; |
2932 | } | 2932 | } |
2933 | 2933 | ||
2934 | if (rtnl_put_cacheinfo(skb, &rt->dst, id, 0, 0, | 2934 | if (rtnl_put_cacheinfo(skb, &rt->dst, id, expires, error) < 0) |
2935 | expires, error) < 0) | ||
2936 | goto nla_put_failure; | 2935 | goto nla_put_failure; |
2937 | 2936 | ||
2938 | return nlmsg_end(skb, nlh); | 2937 | return nlmsg_end(skb, nlh); |