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)
commitaa2ac881ba1e4e9f878be2ece80001ae8563955c
treefd6d65e145d42700226b8894738772d3fd6ddbe6
parent721c41812daf7b38759942563773a7832e3c990d
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