- In getnewbuf() unlock the bq lock prior to sleeping when we're out of

buffers.

Submitted by:	tegge
This commit is contained in:
Jeff Roberson 2003-02-10 06:02:51 +00:00
parent 42f979319e
commit 7137d635ac

View File

@ -1965,6 +1965,7 @@ restart:
int flags;
char *waitmsg;
mtx_unlock(&bqlock);
if (defrag) {
flags = VFS_BIO_NEED_BUFSPACE;
waitmsg = "nbufkv";