From: Jozsef Kadlecsik Date: Tue, 29 Mar 2011 13:00:43 +0000 (+0200) Subject: netfilter: ipset: References are protected by rwlock instead of mutex X-Git-Tag: v2.6.39-rc5~40^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6604271c5bc658a6067ed0c3deba4d89e0e50382;p=pandora-kernel.git netfilter: ipset: References are protected by rwlock instead of mutex The timeout variant of the list:set type must reference the member sets. However, its garbage collector runs at timer interrupt so the mutex protection of the references is a no go. Therefore the reference protection is converted to rwlock. Signed-off-by: Jozsef Kadlecsik Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed