commit | 644912e18ac1d27f57f6673b0236b568ff750fd1 | [log] [tgz] |
---|---|---|
author | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Oct 12 19:35:23 2012 +0800 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Mon Oct 15 09:42:52 2012 -0300 |
tree | d7d5609fb109e6a84eed05b581efb7830a9a32c5 | |
parent | b699ec0d99825713d30a057c432d0e29f07c5490 [diff] |
Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c This is part of the move the parent socket usage to l2cap_sock.c The change is safe when it comes to locking, bt_accept_enqueue() is still protected by the parent socket lock inside the l2cap_sock_new_connection_cb() code. Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>