Date: Fri, 24 Oct 1997 22:17:36 +0200 From: Ollivier Robert <roberto@keltia.freenix.fr> To: current@FreeBSD.ORG Subject: Re: nullfs & current Message-ID: <19971024221736.29056@keltia.freenix.fr> In-Reply-To: <406.877333677@critter.freebsd.dk>; from Poul-Henning Kamp on Mon, Oct 20, 1997 at 09:47:57AM %2B0200 References: <199710200143.UAA05747@dyson.iquest.net> <406.877333677@critter.freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
According to Poul-Henning Kamp: > In FFS we only call vnode_pager_uncache in ffs_unmount()... Look inside vfs_syscalls.c... unlink(2) calls vnode_pager_uncache() _unconditionally_ on the vp it gets. In our case, and that why Tor's patch works, the nullvp. We need to propagate that to the lowervp too. -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #41: Sat Oct 18 18:47:01 CEST 1997
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19971024221736.29056>