aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/route.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2012-07-10 05:06:14 -0700
committerDavid S. Miller <davem@davemloft.net>2012-07-10 22:40:13 -0700
commit87a50699cb6d169591cc776fb82683a2c77cecac (patch)
tree1f136f458aa17c46eda75dcc5d0e438429d1dc99 /net/ipv4/route.c
parent3e12939a2a67fbb4cbd962c3b9bc398c73319766 (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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ipv4/route.c b/net/ipv4/route.c
index d4834e2914a..67b08745daf 100644
--- a/net/ipv4/route.c
+++ b/net/ipv4/route.c
@@ -2931,8 +2931,7 @@ static int rt_fill_info(struct net *net,
goto nla_put_failure;
}
- if (rtnl_put_cacheinfo(skb, &rt->dst, id, 0, 0,
- expires, error) < 0)
+ if (rtnl_put_cacheinfo(skb, &rt->dst, id, expires, error) < 0)
goto nla_put_failure;
return nlmsg_end(skb, nlh);