[NETFILTER]: recent match: fix "sleeping function called from invalid context"
authorPatrick McHardy <kaber@trash.net>
Fri, 9 Jun 2006 19:17:41 +0000 (12:17 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:30:07 +0000 (21:30 -0700)
create_proc_entry must not be called with locks held. Use a mutex
instead to protect data only changed in user context.

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

No differences found