- Unlock the nblock after the loop in bwillwrite().
This commit is contained in:
parent
2f1ebf5ae1
commit
2492221864
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user