Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Oct 1997 16:21:15 -0500 (EST)
From:      "John S. Dyson" <toor@dyson.iquest.net>
To:        roberto@keltia.freenix.fr (Ollivier Robert)
Cc:        current@FreeBSD.ORG
Subject:   Re: nullfs & current
Message-ID:  <199710192121.QAA05089@dyson.iquest.net>
In-Reply-To: <19971019221425.28468@keltia.freenix.fr> from Ollivier Robert at "Oct 19, 97 10:14:25 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Ollivier Robert said:
> According to Poul-Henning Kamp:
> > And then when the vnode comes down VOP_INACTIVE and VOP_RECLAIM will 
> > trigger the actual removal.  (Somebody might have the file open, remember ?)
> 
> That's how I understand it but in this case, the blocks are not reclaimed
> even though it is supposed to be the last close of the file. There is a
> refcount one higher than it should be. The nullfs is by itself very simple
> and I don't see where :-(
> 
The VM system holds a reference.  You have to do a vnode_pager_uncache when
deleting a file.


-- 
John
dyson@freebsd.org
jdyson@nc.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710192121.QAA05089>