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>
This commit is contained in:
David S. Miller
2012-07-10 05:06:14 -07:00
parent 3e12939a2a
commit 87a50699cb
5 changed files with 5 additions and 10 deletions

View File

@@ -2471,8 +2471,7 @@ static int rt6_fill_node(struct net *net,
else
expires = INT_MAX;
if (rtnl_put_cacheinfo(skb, &rt->dst, 0, 0, 0,
expires, rt->dst.error) < 0)
if (rtnl_put_cacheinfo(skb, &rt->dst, 0, expires, rt->dst.error) < 0)
goto nla_put_failure;
return nlmsg_end(skb, nlh);