From: Marcel Holtmann Date: Wed, 12 Jul 2006 21:00:07 +0000 (+0200) Subject: [Bluetooth] Fix deadlock in the L2CAP layer X-Git-Tag: v2.6.18-rc2~93^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd1278d720b48ad7576f64014b916cc77365cb3f;p=pandora-kernel.git [Bluetooth] Fix deadlock in the L2CAP layer The Bluetooth L2CAP layer has 2 locks that are used in softirq context, (one spinlock and one rwlock, where the softirq usage is readlock) but where not all usages of the lock were _bh safe. The patch below corrects this. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed