diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-06-16 08:48:51 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-06-16 08:48:51 +0000 |
| commit | a2e7a027a751cc513cc6003d21ace9f2c82cc41a (patch) | |
| tree | be9d43940b9a04c72198b4d9cb5742539455766d /sys/kern/vfs_subr.c | |
| parent | 57b102722a16a614ec608dd7a0bce80f12b34db6 (diff) | |
Notes
Diffstat (limited to 'sys/kern/vfs_subr.c')
| -rw-r--r-- | sys/kern/vfs_subr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 670d999545ad..b7b01e6912ea 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -1029,8 +1029,7 @@ sched_sync(void) /* * Do soft update processing. */ - if (bioops.io_sync) - (*bioops.io_sync)(NULL); + softdep_process_worklist(NULL); /* * The variable rushjob allows the kernel to speed up the |
