- In getnewbuf() unlock the bq lock prior to sleeping when we're out of
buffers. Submitted by: tegge
This commit is contained in:
parent
42f979319e
commit
7137d635ac
@ -1965,6 +1965,7 @@ restart:
|
||||
int flags;
|
||||
char *waitmsg;
|
||||
|
||||
mtx_unlock(&bqlock);
|
||||
if (defrag) {
|
||||
flags = VFS_BIO_NEED_BUFSPACE;
|
||||
waitmsg = "nbufkv";
|
||||
|
Loading…
x
Reference in New Issue
Block a user