Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 10:32:56 -0500
From:      John Baldwin <jhb@freebsd.org>
To:        Robert Watson <rwatson@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:  <200601241032.58777.jhb@freebsd.org>
In-Reply-To: <20060123235621.C48094@fledge.watson.org>
References:  <200601232145.k0NLjX26096467@repoman.freebsd.org> <20060123235621.C48094@fledge.watson.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 23 January 2006 18:56, Robert Watson wrote:
> 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.

No problem.

-- 
John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
"Power Users Use the Power to Serve"  =  http://www.FreeBSD.org



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