diff options
-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 bd27072..0c8d130 100644 --- a/sys/kern/vfs_bio.c +++ b/sys/kern/vfs_bio.c @@ -2190,6 +2190,7 @@ flushbufqueues(int flushdeps) flushwithdeps += hasdeps; return (1); } + vn_finished_write(mp); BUF_UNLOCK(bp); } mtx_unlock(&bqlock); |