commit | 9b73534dc57fa2fd5ef567586adb83c16e88a52f | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Feb 12 11:11:39 2007 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Feb 12 11:11:39 2007 -0800 |
tree | 7ebf77f9dc34f06acfac126ce496442a5735625e | |
parent | 9dc6aa5fcfc104becd86c89c5e7ec90e840e0163 [diff] |
[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>