diff options
author | jeff <jeff@FreeBSD.org> | 2003-10-14 00:38:34 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-10-14 00:38:34 +0000 |
commit | ce562d35adc6ebc062d18b60a33080134f00b289 (patch) | |
tree | fb25a8710a12f002894fcf099f731ea1b6480c2b /sys/kern/vfs_bio.c | |
parent | b1c274e0beb146fe947969a6dbed45723999637c (diff) | |
download | FreeBSD-src-ce562d35adc6ebc062d18b60a33080134f00b289.zip FreeBSD-src-ce562d35adc6ebc062d18b60a33080134f00b289.tar.gz |
- Add a mising vn_finished_write()
Pointy hat: jeff
Found by: robert
Obtained from: kirk
Diffstat (limited to 'sys/kern/vfs_bio.c')
-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); |