[NETFILTER]: nf_log: switch logger registration/unregistration to mutex
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:11:39 +0000 (11:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:11:39 +0000 (11:11 -0800)
commit9b73534dc57fa2fd5ef567586adb83c16e88a52f
tree7ebf77f9dc34f06acfac126ce496442a5735625e
parent9dc6aa5fcfc104becd86c89c5e7ec90e840e0163
[NETFILTER]: nf_log: switch logger registration/unregistration to mutex

The spinlock is only used in process context (register/unregister),
switch to a mutex.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_log.c