Subject: Re: CVS commit: src/sys
To: None <wrstuden@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: source-changes
Date: 12/24/2005 15:28:06
> One thing I noted in this change is that vget() will now call 
> VOP_INACTIVE() on vnodes that were never activated. Will this cause issues 
> with other file systems?

what kind of issues?
afaik, vn_lock fails only when the vnode is being reclaimed.
in that case, calling vrele doesn't hurt.

YAMAMOTO Takashi