]> Pileus Git - ~andy/linux/commit
Bluetooth: Do not access chan->sk directly
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Mon, 21 Oct 2013 16:21:38 +0000 (14:21 -0200)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 21 Oct 2013 19:58:16 +0000 (12:58 -0700)
commit0f2c6153746f270cf28559aa81a4da27847bd395
tree653d9741766d442a64b60c81a8f7766f759110dd
parentd42970f319f8a1d7cfe8196097f62e5b3885e449
Bluetooth: Do not access chan->sk directly

In the process of removing socket usage from L2CAP we now access the L2CAP
socket from the data member of struct l2cap_chan. For the L2CAP socket
user the data member points to the L2CAP socket.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/l2cap_sock.c