git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f1e91e1
)
Bluetooth: fix bt_accept_dequeue() to work in process context
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 20 Dec 2011 19:15:56 +0000
(17:15 -0200)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Thu, 22 Dec 2011 16:02:08 +0000
(14:02 -0200)
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>
No differences found