]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: Use RCU to manipulate chan_list
authorGustavo F. Padovan <padovan@profusion.mobi>
Wed, 14 Dec 2011 17:08:48 +0000 (15:08 -0200)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:56 +0000 (17:07 -0200)
commitb1adde5313f1a1781d273e1172c279204d801307
tree5eac8bda79aefa69b41b9914d256aac4431e3c44
parent952ffe0e0c2fe88344a1e30b1e04e627bd5af189
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>
net/bluetooth/hci_conn.c
net/bluetooth/hci_core.c