- Remove an incorrect XXX comment. This code does respect the XLOCK since

it uses vget() which will fail if the identity changes.
This commit is contained in:
jeff 2003-10-05 06:47:56 +00:00
parent 2b4a2d9fbe
commit f61f6f6aa8

View File

@ -943,7 +943,6 @@ loop:
if (vp->v_mount != mp)
goto loop;
vnp = TAILQ_NEXT(vp, v_nmntvnodes);
/* XXX Not obeying XLOCK. */
VI_LOCK(vp);
mtx_unlock(&mntvnode_mtx);
if (VOP_ISLOCKED(vp, NULL) || TAILQ_EMPTY(&vp->v_dirtyblkhd) ||