]> Pileus Git - ~andy/linux/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)
commitb9cc553f12d14b692d0fcb607d28db783da68139
treef1218f45f6389b1aa970ec34526d587ad2d58c68
parentdb323f2fff0ded058f033df6235e8c2be4146bfd
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