]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Don't use spin_lock socket lock anymore
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 24 Jun 2011 04:53:01 +0000 (01:53 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:55 +0000 (17:07 -0200)
commitf8531aa361cdd384af06a421e1446301522dcc79
treefd6d65e145d42700226b8894738772d3fd6ddbe6
parentfd5af2540218f01163f98388c72d032961fc1fe0
Bluetooth: Don't use spin_lock socket lock anymore

We now run everything in process context, so the mutex lock is the best
option. But in some places we still need the bh_lock_sock()

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c