commit | 8e7999c44ee95e1e90ac91c83557a04e2948f160 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Mon Oct 15 02:40:06 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Oct 15 12:26:42 2007 -0700 |
tree | 4295add7b91114fd43eef37d70b664858776dd0d | |
parent | 1e4b82873af0f21002e37a81ef063d2e5410deb3 [diff] |
[INET]: Consolidate the xxx_evictor The evictors collect some statistics for ipv4 and ipv6, so make it return the number of evicted queues and account them all at once in the caller. The XXX_ADD_STATS_BH() macros are just for this case, but maybe there are places in code, that can make use of them as well. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>