ipv4: Remove unnecessary code from rt_check_expire().
authorDavid S. Miller <davem@davemloft.net>
Tue, 26 Jun 2012 07:10:09 +0000 (00:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Jun 2012 07:10:09 +0000 (00:10 -0700)
IPv4 routing cache entries no longer use dst->expires, because the
metrics, PMTU, and redirect information are stored in the inetpeer
cache.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c

Simple merge