summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r--sys/kern/vfs_bio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 59dd730..e15e396 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -11,7 +11,7 @@
* 2. Absolutely no warranty of function or purpose is made by the author
* John S. Dyson.
*
- * $Id: vfs_bio.c,v 1.210 1999/05/06 20:00:26 phk Exp $
+ * $Id: vfs_bio.c,v 1.211 1999/05/12 22:30:50 peter Exp $
*/
/*
@@ -1475,8 +1475,7 @@ dosleep:
else
flags = VFS_BIO_NEED_ANY;
- if (rushjob < syncdelay / 2)
- ++rushjob;
+ (void) speedup_syncer();
needsbuffer |= flags;
while (needsbuffer & flags) {
if (tsleep(&needsbuffer, (PRIBIO + 4) | slpflag,
OpenPOWER on IntegriCloud