Subject: CVS commit: src/sys/miscfs/syncfs
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 09/11/2005 17:55:56
Module Name:	src
Committed By:	xtraeme
Date:		Sun Sep 11 17:55:56 UTC 2005

Modified Files:
	src/sys/miscfs/syncfs: sync_subr.c

Log Message:
Add sysctl options for the syncer:

vfs.sync.delay: max time to delay syncing data
vfs.sync.filedelay: time to delay syncing files
vfs.sync.dirdelay: time to delay syncing directories
vfs.sync.metadelay: time to delay syncing metadata

Note that using a value of 0 is allowed, but it's not
recommended.


To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/sys/miscfs/syncfs/sync_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.