]> git.baikalelectronics.ru Git - kernel.git/commit
Bluetooth: hci_conn_auto_accept() doesn't need locking
authorGustavo F. Padovan <padovan@profusion.mobi>
Fri, 17 Jun 2011 15:58:41 +0000 (12:58 -0300)
committerGustavo F. Padovan <padovan@profusion.mobi>
Sun, 18 Dec 2011 19:07:55 +0000 (17:07 -0200)
commit88784a1c96dae003a42a49f0867e034d676f3dda
treef1218f45f6389b1aa970ec34526d587ad2d58c68
parent3bc01ce7a7c5fdeb0b7ea34d719cc4fafd0cd65b
Bluetooth: hci_conn_auto_accept() doesn't need locking

It doesn't really touch any sensitive information about hdev. So no need
to lock here.

Acked-by: Marcel Holtmann <marcel@holtmann.org>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_conn.c