From: Gustavo Padovan Date: Fri, 12 Oct 2012 11:35:23 +0000 (+0800) Subject: Bluetooth: Move bt_accept_enqueue() to l2cap_sock.c X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~337^2^2~105^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644912e18ac1d27f57f6673b0236b568ff750fd1;p=pandora-kernel.git 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 Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed