diff options
| author | Jeff Roberson <jeff@FreeBSD.org> | 2003-02-10 06:02:51 +0000 |
|---|---|---|
| committer | Jeff Roberson <jeff@FreeBSD.org> | 2003-02-10 06:02:51 +0000 |
| commit | 7137d635ac055ec9518b0368ee72c22948af6d36 (patch) | |
| tree | 6bb6e0fbb6ce8211f2c7f58a2dd78830656091e0 | |
| parent | 42f979319ead82c5684b9d379289fa73917969fc (diff) | |
Notes
| -rw-r--r-- | sys/kern/vfs_bio.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c index 1fab37d44029..46b7a1ae9ff2 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -1965,6 +1965,7 @@ restart: int flags; char *waitmsg; + mtx_unlock(&bqlock); if (defrag) { flags = VFS_BIO_NEED_BUFSPACE; waitmsg = "nbufkv"; |
