From: Johan Hedberg Date: Thu, 13 Nov 2014 12:37:49 +0000 (+0200) Subject: Bluetooth: Remove unnecessary hdev locking in smp.c X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~5^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d88b5bbf1a985c338967f3c41351b32b747a55fe;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed