commit | a0e889bb1bdc083dbbdb02cce9698765847b841f | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Fri Jun 09 12:17:41 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jun 17 21:30:07 2006 -0700 |
tree | 3f176b4be0d7821f7104303f856839579deb0091 | |
parent | 4e5ab4cb85683cf77b507ba0c4d48871e1562305 [diff] |
[NETFILTER]: recent match: fix "sleeping function called from invalid context" 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>