From: Herbert Xu Date: Thu, 13 Nov 2014 10:11:18 +0000 (+0800) Subject: netlink: Move mutex_is_held under PROVE_LOCKING X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~193^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=971275662040beef8f73f8e5dbcfb3d76a14bf04;p=pandora-kernel.git netlink: Move mutex_is_held under PROVE_LOCKING The rhashtable function mutex_is_held is only used when PROVE_LOCKING is enabled. This patch modifies netlink so that we can rhashtable.h itself can later make mutex_is_held optional depending on PROVE_LOCKING. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed