Subject: Re: CVS commit: src/sys/kern
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 08/11/2003 12:20:49
YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp> writes:

> cache_lookup/vget will notice the vnode being recycled via VXLOCK.
> isn't it enough?

I guess vget() may also sleep while waiting lock and cache_purge() may
be called even if vnode is not recycled.

enami.