Extend CONFIG_DEBUG_LOCK_ALLOC check
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 21 May 2012 19:59:58 +0000 (12:59 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 1 Jun 2012 15:51:56 +0000 (08:51 -0700)
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 <behlendorf1@llnl.gov>

No differences found