ip: speedup /proc/net/rt_cache handling
authorEric Dumazet <dada1@cosmosbay.com>
Thu, 28 Aug 2008 08:11:25 +0000 (01:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 28 Aug 2008 08:11:25 +0000 (01:11 -0700)
When scanning route cache hash table, we can avoid taking locks for
empty buckets.  Both /proc/net/rt_cache and NETLINK RTM_GETROUTE
interface are taken into account.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found