From: Libor Pechacek Date: Tue, 29 Apr 2014 18:38:34 +0000 (+0200) Subject: Bluetooth: Convert RFCOMM spinlocks into mutexes X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~99^2^2~43^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86aae6c7b577654b7293374973985a153e0c147e;p=pandora-kernel.git Bluetooth: Convert RFCOMM spinlocks into mutexes Enabling CONFIG_DEBUG_ATOMIC_SLEEP has shown that some rfcomm functions acquiring spinlocks call sleeping locks further in the chain. Converting the offending spinlocks into mutexes makes sleeping safe. Signed-off-by: Libor Pechacek Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed