Subject: Re: amd/nfs/vgone interaction.
To: Christos Zoulas <christos@zoulas.com>
From: enami tsugutomo <enami@but-b.or.jp>
List: tech-kern
Date: 02/12/2003 23:26:18
> The larger story is: should VOP_RECLAIM be accessing v_mount? if
> not, then the code that puts the vnode on the free list should clear
> it.

Is it normal that a vnode needs to be reclaimed remains after file
system is unmounted?  I guess ususally vflush() takes care of it.

# btw, use of VXLOCK in uvn_attach is abuse, isn't it?
enami