From: Eric Dumazet Date: Wed, 9 Jun 2010 14:25:08 +0000 (+0200) Subject: netfilter: ip6_queue: rwlock to spinlock conversion X-Git-Tag: v2.6.36-rc1~571^2~577^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144ad2a6c56b6109ff0f64074863ae5cf1c1698a;p=pandora-kernel.git netfilter: ip6_queue: rwlock to spinlock conversion Converts queue_lock rwlock to a spinlock. (readlocked part can be changed by reads of integer values) One atomic operation instead of four per ipq_enqueue_packet() call. Signed-off-by: Eric Dumazet Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed