Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jan 2006 23:56:41 +0000 (GMT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern kern_ktrace.c
Message-ID:  <20060123235621.C48094@fledge.watson.org>
In-Reply-To: <200601232145.k0NLjX26096467@repoman.freebsd.org>
References:  <200601232145.k0NLjX26096467@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, 23 Jan 2006, John Baldwin wrote:

> jhb         2006-01-23 21:45:33 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/kern             kern_ktrace.c
>  Log:
>  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

Sorry about that, and thanks for the fix.

Robert N M Watson



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060123235621.C48094>