From: Johan Hedberg Date: Tue, 11 Nov 2014 12:16:29 +0000 (+0200) Subject: Bluetooth: 6lowpan: Remove unnecessary RCU callback X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~134^2~5^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e7902267708e5a389398d9014455b2ed4892912;p=pandora-kernel.git Bluetooth: 6lowpan: Remove unnecessary RCU callback When kfree() is all that's needed to free an object protected by RCU there's a kfree_rcu() convenience function that can be used. This patch updates the 6lowpan code to use this, thereby eliminating the need for the separate peer_free() function. Signed-off-by: Johan Hedberg Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed