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

This commit is contained in:
Jeff Roberson 2003-02-10 22:33:59 +00:00
parent 24652ff6e1
commit c7b716cc2a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=110657

View file

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