commit | d88b5bbf1a985c338967f3c41351b32b747a55fe | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Nov 13 14:37:49 2014 +0200 |
committer | Marcel Holtmann <marcel@holtmann.org> | Sat Nov 15 01:53:27 2014 +0100 |
tree | 34c5556c39e29991180f36ba58332786315d9984 | |
parent | adae20cb2d20e5151b866945f802b0c2312f0f82 [diff] |
Bluetooth: Remove unnecessary hdev locking in smp.c Now that the SMP related key lists are converted to RCU there is nothing in smp_cmd_sign_info() or smp_cmd_ident_addr_info() that would require taking the hdev lock (including the smp_distribute_keys call). This patch removes this unnecessary locking. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>