From: Jozsef Kadlecsik Date: Mon, 4 Apr 2011 13:19:25 +0000 (+0200) Subject: netfilter: ipset: references are protected by rwlock instead of mutex X-Git-Tag: v2.6.39-rc3~6^2~15^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f9f28b212a2bd4948c8ceaaec33ce0123632129;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