From: Gustavo F. Padovan Date: Tue, 27 Dec 2011 17:28:45 +0000 (-0200) Subject: Bluetooth: Fix context in RFCOMM tty X-Git-Tag: v3.3-rc1~82^2~13^2~6^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=393432cd8dc02b88a00decd495913643aa5ff705;p=pandora-kernel.git 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 Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed