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 majord...@freebsd.org
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to