Bluetooth: Don't use *_bh locks anymore
authorGustavo F. Padovan <padovan@profusion.mobi>
Thu, 22 Dec 2011 17:14:39 +0000 (15:14 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Tue, 3 Jan 2012 03:38:36 +0000 (01:38 -0200)
commit333055f2aaabadb951b5ecd90f6a20a9aee38c29
treee3ed44860d187ec699c29838fac916b7dfb84740
parente75a8b0c332875b2a2d22acdc331fc2b83788cac
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 <padovan@profusion.mobi>
net/bluetooth/l2cap_core.c