Attilio Rao 3cd260b222 Right now LOCK_DEBUG is enabled if KTR is on.
This is to support LOCK_LOG_* functionality effectively in debugging
environments but it is overkill because really LOCK_DEBUG should be on
only if (KTR_COMPILE & KTR_LOCK) is true.
Fix this by applying the correct logic.
In this process, move the KTR classes to its own header to reduce
namespace pollution.

Sponsored by:	EMC / Isilon storage division
Reviewed by:	jhb
2013-12-02 22:34:47 +00:00
..
2013-11-29 15:39:39 +00:00
2013-11-23 00:28:18 +00:00
2013-11-29 20:14:26 +00:00
2013-12-02 03:11:25 +00:00
2013-11-11 13:19:55 +00:00
2013-11-28 15:28:51 +00:00
2013-12-02 22:00:15 +00:00