K 10 svn:author V 3 pjd K 8 svn:date V 27 2006-11-16T01:02:00.000000Z K 7 svn:log V 267 Change sleepq_add(9) argument from 'struct mtx *' to 'struct lock_object *', which allows to use it with different kinds of locks. For example it allows to implement Solaris conditions variables which will be used in ZFS port on top of sx(9) locks. Reviewed by: jhb END