From: Andrei Emeltchenko Date: Tue, 21 Feb 2012 10:54:55 +0000 (+0200) Subject: Bluetooth: Revert to mutexes from RCU list X-Git-Tag: v3.4-rc1~177^2~112^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3df91ea20e744344100b10ae69a17211fcf5b207;p=pandora-kernel.git Bluetooth: Revert to mutexes from RCU list Usage of RCU list looks not reasonalbe for a number of reasons: our code sleep and we had to use socket spinlocks. Most parts of code are updaters thus there is little sense to use RCU. Signed-off-by: Andrei Emeltchenko Reviewed-by: Ulisses Furquim Acked-by: Gustavo F. Padovan Signed-off-by: Johan Hedberg --- Reading git-diff-tree failed