K 10 svn:author V 5 markj K 8 svn:date V 27 2018-03-29T17:19:59.603066Z K 7 svn:log V 335 Have TD_LOCKS_DEC() assert that td_locks is positive. This makes it easier to catch lock accounting bugs, since the problem is otherwise only detected upon a return to user mode (or never, for kernel threads). Reviewed by: cem MFC after: 1 week Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D14896 END