commit | f7ae8d59f66154df0424fd94035c89981fed3379 | [log] [tgz] |
---|---|---|
author | Rémi Denis-Courmont <remi.denis-courmont@nokia.com> | Tue Mar 08 22:44:10 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 09 11:59:32 2011 -0800 |
tree | 829e2a3e2188a30b48afbd200675bf8d0a21cb0d | |
parent | 44c9ab16d29a50af6ed9ae084b75774570de512a [diff] |
Phonet: allocate sock from accept syscall rather than soft IRQ This moves most of the accept logic to process context like other socket stacks do. Then we can use a few more common socket helpers and simplify a bit. Signed-off-by: Rémi Denis-Courmont <remi.denis-courmont@nokia.com> Signed-off-by: David S. Miller <davem@davemloft.net>