Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Aug 1999 06:14:47 +0900 (JST)
From:      Michael Hancock <michaelh@cet.co.jp>
To:        Bill Studenmund <wrstuden@nas.nasa.gov>
Cc:        Terry Lambert <tlambert@primenet.com>, Hackers@FreeBSD.ORG, fs@FreeBSD.ORG
Subject:   Re: BSD XFS Port & BSD VFS Rewrite
Message-ID:  <Pine.BSF.3.95LJ1.1b3.990818060939.18769A-100000@sv01.cet.co.jp>
In-Reply-To: <Pine.BSF.3.95LJ1.1b3.990818055720.18717A-100000@sv01.cet.co.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
I forgot I had some old diffs that may be of help,
http://www.freebsd.org/~mch/vop1a.diff

You'll notice that just about everywhere that I moved vput() to the
appropriate layer a path component buffer was also freed in the wrong
place.  John Dyson put these buffers in zones so the free routine probably
looks very different than in netbsd.

zfree(namei_zone, cnp->cn_pnbuf);
-       vput(dvp);

Regards,


Mike



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95LJ1.1b3.990818060939.18769A-100000>