Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 1997 23:32:43 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        current@FreeBSD.ORG
Subject:   Re: nullfs & current
Message-ID:  <19971019233243.25894@keltia.freenix.fr>
In-Reply-To: <199710192121.QAA05089@dyson.iquest.net>; from John S. Dyson on Sun, Oct 19, 1997 at 04:21:15PM -0500
References:  <19971019221425.28468@keltia.freenix.fr> <199710192121.QAA05089@dyson.iquest.net>

next in thread | previous in thread | raw e-mail | index | archive | help
According to John S. Dyson:
> The VM system holds a reference.  You have to do a vnode_pager_uncache when
> deleting a file.

Wait... Isn't ufs_remove() supposed to do that ? ufs_remove() is called by
null_bypass() by an indirect call (VCALL()) and it seemed safe to consider
that the lower level was supposed to DTR.

Do I have to create a null_remove() function in order to call
vnode_pager_uncache inside it ?
-- 
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?19971019233243.25894>