commit | 8a154a8feb805394d1fd46281becaf876e18860a | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Dec 20 17:15:56 2011 -0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Thu Dec 22 14:02:08 2011 -0200 |
tree | 815452c2ed7e46941bc04a6d9100ebd75c00ec39 | |
parent | f1e91e1640d808d332498a6b09b2bcd01462eff9 [diff] |
Bluetooth: fix bt_accept_dequeue() to work in process context No local_bh_disable is needed there once we run everything in process context. The same goes for the replacement of bh_lock_sock() by lock_sock(). Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>