Skip to content

Commit

Permalink
Bluetooth: Revert to mutexes from RCU list
Browse files Browse the repository at this point in the history
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 <andrei.emeltchenko@intel.com>
Reviewed-by: Ulisses Furquim <ulisses@profusion.mobi>
Acked-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
  • Loading branch information
finikorg authored and Johan Hedberg committed Feb 23, 2012
1 parent 1b009c9 commit 3df91ea
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 67 deletions.
Loading

0 comments on commit 3df91ea

Please sign in to comment.