netfilter: ipset: references are protected by rwlock instead of mutex
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>
Mon, 4 Apr 2011 13:19:25 +0000 (15:19 +0200)
committerPatrick McHardy <kaber@trash.net>
Mon, 4 Apr 2011 13:19:25 +0000 (15:19 +0200)
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 <kadlec@blackhole.kfki.hu>
Signed-off-by: Patrick McHardy <kaber@trash.net>

No differences found