From: Gustavo F. Padovan Date: Thu, 22 Dec 2011 17:14:39 +0000 (-0200) Subject: Bluetooth: Don't use *_bh locks anymore X-Git-Tag: v3.3-rc1~82^2~13^2~6^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=333055f2aaabadb951b5ecd90f6a20a9aee38c29;p=pandora-kernel.git Bluetooth: Don't use *_bh locks anymore Those locks are not shared between interrupt and process context anymore, so remove the part that disable interrupts. We are still safe because preemption is disabled. Signed-off-by: Gustavo F. Padovan --- Reading git-diff-tree failed