K 10 svn:author V 2 ae K 8 svn:date V 27 2015-07-26T10:53:32.301341Z K 7 svn:log V 322 Build debug version of rmlock's methods only when LOCK_DEBUG > 0. Currently LOCK_DEBUG is always defined in sys/lock.h (0 or 1). This means that debugging code always built. In addition the kernel modules have always defined LOCK_DEBUG as 1. So, debugging rmlock code is always used by kernel modules. MFC after: 1 week END