- Unlock the nblock after the loop in bwillwrite().

This commit is contained in:
jeff 2003-02-10 22:33:59 +00:00
parent 2f1ebf5ae1
commit 2492221864

View File

@ -1155,7 +1155,7 @@ bwillwrite(void)
(PRIBIO + 4), "flswai", 0); (PRIBIO + 4), "flswai", 0);
} }
splx(s); splx(s);
mtx_lock(&nblock); mtx_unlock(&nblock);
mtx_unlock(&Giant); mtx_unlock(&Giant);
} }
} }