commit | 1b2f309d70daf04b6a97b3753e375654532f6207 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Nov 13 18:11:20 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 13 15:13:05 2014 -0500 |
tree | 1cd88fc0d8891c65264b17f84903b9efa87dd165 | |
parent | 1f501d62523f0d5fd152006e16938ee674932c1b [diff] |
rhashtable: Move mutex_is_held under PROVE_LOCKING The rhashtable function mutex_is_held is only used when PROVE_LOCKING is enabled. This patch makes the mutex_is_held field in rhashtable optional depending on PROVE_LOCKING. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>