commit | 8192edef03f9b47f1cc1120724db525e63e218f3 | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Wed Dec 14 15:08:48 2011 -0200 |
committer | Gustavo F. Padovan <padovan@profusion.mobi> | Sun Dec 18 17:07:56 2011 -0200 |
tree | 5eac8bda79aefa69b41b9914d256aac4431e3c44 | |
parent | d01b2ff4e6496bc48a1917b6340e13263f871a15 [diff] |
Bluetooth: Use RCU to manipulate chan_list Instead of using tasklet_disable() to prevent acess to the channel use, we can use RCU and improve the performance of our code. Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>