[NETFILTER]: Switch nf_register_hook/nf_unregister_hook to mutex
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:10:14 +0000 (11:10 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:10:14 +0000 (11:10 -0800)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found