From: Patrick McHardy Date: Mon, 12 Feb 2007 19:10:14 +0000 (-0800) Subject: [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex X-Git-Tag: v2.6.21-rc1~274^2~1^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd706d6957b3c66ae70b4bbdb9e13993213697f7;p=pandora-kernel.git [NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex The spinlock is only used in process context (register/unregister) since RCU is used for the nf_hook lists, switch to a mutex. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed