K 10 svn:author V 3 jhb K 8 svn:date V 27 2006-01-23T21:45:32.000000Z K 7 svn:log V 226 Fix a vnode reference leak in the ktrace code. We always grab a reference to the vnode at the start of ktr_writerequest() but were missing the corresponding vrele() after we finished the write operation. Reported by: jasone END