[NETFILTER]: Switch nf_register_afinfo/nf_unregister_afinfo to mutex
authorPatrick McHardy <kaber@trash.net>
Mon, 12 Feb 2007 19:09:55 +0000 (11:09 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Feb 2007 19:09:55 +0000 (11:09 -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