]> git.baikalelectronics.ru Git - kernel.git/commit
netns: selective flush of rt_cache
authorDenis V. Lunev <den@openvz.org>
Sun, 6 Jul 2008 02:06:12 +0000 (19:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Jul 2008 02:06:12 +0000 (19:06 -0700)
commit970165d3ab90c8060a349579f4d92b581b95f146
tree54c26b95e4083e9ed6bb4593a2f940829779979b
parent9af757a42a235f95828caaa5688d75931a60ab4f
netns: selective flush of rt_cache

dst cache is marked as expired on the per/namespace basis by previous
path. Right now we have to implement selective cache shrinking. This
procedure has been ported from older OpenVz codebase.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/route.c