[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)
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>

No differences found