From: Brian Behlendorf Date: Mon, 21 May 2012 19:59:58 +0000 (-0700) Subject: Extend CONFIG_DEBUG_LOCK_ALLOC check X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;h=e5b85622771090b7529cffdd38c0402a544609ef;hp=e5b85622771090b7529cffdd38c0402a544609ef;p=zfs.git Extend CONFIG_DEBUG_LOCK_ALLOC check The CONFIG_DEBUG_LOCK_ALLOC check at configure time was added to detect when mutex_lock() is defined as a GPL-only symbol. However, the check as written only inferred this from this configuration setting, it never actually checked. This change introduces that missing check to prevent false positives. Signed-off-by: Brian Behlendorf ---