summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorjeff <jeff@FreeBSD.org>2003-10-14 00:38:34 +0000
committerjeff <jeff@FreeBSD.org>2003-10-14 00:38:34 +0000
commitce562d35adc6ebc062d18b60a33080134f00b289 (patch)
treefb25a8710a12f002894fcf099f731ea1b6480c2b /sys/kern/vfs_bio.c
parentb1c274e0beb146fe947969a6dbed45723999637c (diff)
downloadFreeBSD-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.c1
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);
OpenPOWER on IntegriCloud