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 [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message
- Re: BSD XFS Port & BSD VFS Rewrite Terry Lambert
- Re: BSD XFS Port & BSD VFS Rewrite Poul-Henning Kamp
- Re: BSD XFS Port & BSD VFS Rewrite Terry Lambert
- Re: BSD XFS Port & BSD VFS Rewrite Daniel C. Sobral
- Re: BSD XFS Port & BSD VFS Rewrite Terry Lambert
- Re: BSD XFS Port & BSD VFS Rewrite Daniel C. Sobral
- Re: BSD XFS Port & BSD VFS Rewrite Daniel C. Sobral
- Re: BSD XFS Port & BSD VFS Rewrite Bill Studenmund
- Re: BSD XFS Port & BSD VFS Rewrite Michael Hancock
- Re: BSD XFS Port & BSD VFS Rewrite Bill Studenmund
- Re: BSD XFS Port & BSD VFS Rewrite Michael Hancock
- Re: BSD XFS Port & BSD VFS Rewrite Terry Lambert
- Re: BSD XFS Port & BSD VFS Rewrite Bill Studenmund
- Re: BSD XFS Port & BSD VFS Rewrite Terry Lambert
- Re: BSD XFS Port & BSD VFS Rewrite Chuck Silvers
- Re: BSD XFS Port & BSD VFS Rewrite Poul-Henning Kamp
- Re: BSD XFS Port & BSD VFS Rewrite Bill Studenmund
- Re: BSD XFS Port & BSD VFS Rewrite Poul-Henning Kamp
- Re: BSD XFS Port & BSD VFS Rewrite Bill Studenmund
- Re: BSD XFS Port & BSD VFS Rewrite Poul-Henning Kamp
- Re: BSD XFS Port & BSD VFS Rewrite Bill Studenmund