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.