Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: syssrc/sys/miscfs/nullfs



Bill Studenmund <wrstuden%netbsd.org@localhost> 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.



Home | Main Index | Thread Index | Old Index