From: Eric Dumazet Date: Mon, 2 Aug 2010 14:49:01 +0000 (+0200) Subject: netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary X-Git-Tag: v2.6.36-rc1~571^2~46^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b36f0193467fa727b85b4c004016a8dae999b9;p=pandora-kernel.git netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessary We currently disable BH for the whole duration of get_counters() On machines with a lot of cpus and large tables, this might be too long. We can disable preemption during the whole function, and disable BH only while fetching counters for the current cpu. Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed