Eric Dumazet 001389b958 netfilter: {ip,ip6,arp}_tables: avoid lockdep false positive
After commit 24b36f019 (netfilter: {ip,ip6,arp}_tables: dont block
bottom half more than necessary), lockdep can raise a warning
because we attempt to lock a spinlock with BH enabled, while
the same lock is usually locked by another cpu in a softirq context.

Disable again BH to avoid these lockdep warnings.

Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Diagnosed-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-08-17 15:12:14 -07:00
..
2010-06-02 05:16:23 -07:00
2010-02-22 16:20:22 -08:00
2010-06-09 18:39:27 -07:00
2010-06-07 02:57:14 -07:00
2010-02-22 16:20:22 -08:00
2010-06-25 21:33:17 -07:00
2010-05-11 14:40:55 +02:00
2010-06-10 23:31:35 -07:00
2010-06-30 13:31:19 -07:00
2009-09-14 17:03:05 -07:00
2010-06-10 23:31:35 -07:00
2010-06-10 23:31:35 -07:00
2010-06-26 22:00:03 -07:00
2010-01-17 19:16:02 -08:00
2010-07-04 11:46:07 -07:00