Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ty Sarna <tsarna@netbsd.org>
List: source-changes
Date: 05/06/2000 18:38:37
Module Name:	syssrc
Committed By:	tsarna
Date:		Sun May  7 01:38:36 UTC 2000

Modified Files:
	syssrc/sys/nfs: nfs_syscalls.c nfs_vfsops.c

Log Message:
Auto-adjusting vfs.nfs.iothreads: when mounting the first nfs
filesystem, if the number of threads is "-1", meaning it's never been
set, then set it to 4.  You can override by setting this to some other
number (including 0) before or after mounting, of course.

Thanks to whoever it was that suggested this on ICB... sorry I don't
remember who.


To generate a diff of this commit:
cvs rdiff -r1.39 -r1.40 syssrc/sys/nfs/nfs_syscalls.c
cvs rdiff -r1.89 -r1.90 syssrc/sys/nfs/nfs_vfsops.c

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