- Remove LK_INTERLOCK from the vn_lock() in ffs_snapshot().

Pointy hat to:	me
Found by:	green
This commit is contained in:
jeff 2002-10-08 21:00:52 +00:00
parent 9bfc1ff68c
commit 29006c0306

View File

@ -406,7 +406,7 @@ loop:
}
if (snapdebug)
vprint("ffs_snapshot: busy vnode", xvp);
if (vn_lock(xvp, LK_EXCLUSIVE | LK_INTERLOCK, td) != 0)
if (vn_lock(xvp, LK_EXCLUSIVE, td) != 0)
goto loop;
xp = VTOI(xvp);
/*