> 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