commit | 393432cd8dc02b88a00decd495913643aa5ff705 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Tue Dec 27 15:28:45 2011 -0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Jan 02 22:19:29 2012 -0200 |
tree | 2c59666496a3c669781bbc8bb5f94854a1b6f944 | |
parent | 95ca83f42fb5f5bf789b514635f79242afe555d1 [diff] |
Bluetooth: Fix context in RFCOMM tty 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>