- 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:
parent
2b4a2d9fbe
commit
f61f6f6aa8
@ -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) ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user