Pavel Emelyanov 3140c25c82 [NETNS][FRAGS]: Make the LRU list per namespace.
The inet_frags.lru_list is used for evicting only, so we have
to make it per-namespace, to evict only those fragments, who's
namespace exceeded its high threshold, but not the whole hash.
Besides, this helps to avoid long loops  in evictor.

The spinlock is not per-namespace because it protects the
hash table as well, which is global.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 15:10:39 -08:00
..
2008-01-28 15:10:17 -08:00
2008-01-28 15:02:43 -08:00
2008-01-28 15:02:03 -08:00
2008-01-28 15:00:48 -08:00
2008-01-28 15:08:13 -08:00
2008-01-28 15:08:10 -08:00
2007-12-20 14:03:11 -08:00
2008-01-28 15:02:44 -08:00
2008-01-28 15:01:05 -08:00
2008-01-28 14:54:10 -08:00
2008-01-28 14:56:29 -08:00
2005-04-16 15:20:36 -07:00