]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Bluetooth: l2cap: Fix lost wakeups waiting to accept socket
authorPeter Hurley <peter@hurleysoftware.com>
Sun, 24 Jul 2011 04:10:52 +0000 (00:10 -0400)
committerGustavo F. Padovan <padovan@profusion.mobi>
Mon, 1 Aug 2011 17:55:45 +0000 (14:55 -0300)
commit7ac52220977ef2babb79d465b317d1ffbf5ff2b5
tree4100a9cedfef00c2acb612ff494b9352f75d72c5
parentd0b88b979f4173372190bd6d57e2b4f82d0e769b
Bluetooth: l2cap: Fix lost wakeups waiting to accept socket

Fix race conditions which can cause lost wakeups (or misssed signals)
while waiting to accept an l2cap socket connection.

Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_sock.c