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:
95ca83f
)
Bluetooth: Fix context in RFCOMM tty
author
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 27 Dec 2011 17:28:45 +0000
(15:28 -0200)
committer
Gustavo F. Padovan
<padovan@profusion.mobi>
Tue, 3 Jan 2012 00:19:29 +0000
(22:19 -0200)
We now run in process context, no need to disable interrupts.
Calls from the tty layer also run in process context.
rw_lock was converted to spinlock, we have more writers than readers in
this case.
Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
No differences found