K 10 svn:author V 2 ae K 8 svn:date V 27 2015-08-05T10:59:59.368052Z K 7 svn:log V 326 MFC r285888: 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. END