Subject: Re: CVS commit: syssrc/sys/miscfs/nullfs
To: Bill Studenmund <wrstuden@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 03/14/2002 12:08:50
Bill Studenmund <wrstuden@netbsd.org> writes:

> I really don't see how we would keep the cache otherwise. What would we
> (reliably) cache on otherwise? If we don't keep the reference, the vnode
> can get recycled under us, and then all hell can break loose.

Invalidate the cache entry when vnode is recyled?  Or, borrow v_id and
kill entire hash when name cache does it?

enami.