K 10 svn:author V 7 pluknet K 8 svn:date V 27 2012-01-17T06:23:25.923929Z K 7 svn:log V 319 Fix the "lock &zrl->zr_mtx already initialized" assertion by initializing the allocated memory before calling mtx_init(9) on mtx pointing to it. Otherwize, random contents of uninitialized memory might occasionally trigger the assertion. Reported by: Pavel Polyakov Reviewed by: pjd MFC after: 1 week END