Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys



> 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



Home | Main Index | Thread Index | Old Index