Subject: CVS commit: syssrc/sys/kern
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 01/27/2002 15:33:37
Module Name:	syssrc
Committed By:	lukem
Date:		Sun Jan 27 13:33:37 UTC 2002

Modified Files:
	syssrc/sys/kern: kern_sysctl.c

Log Message:
- kern.maxvnodes: only call vfs_reinit() and nchreinit() if the value
  was successfully changed.  previously, successfully viewing the
  current value would flush the cache :-/
- similarly, don't change hostid and sb_max unless the value was
  successfully changed


To generate a diff of this commit:
cvs rdiff -r1.98 -r1.99 syssrc/sys/kern/kern_sysctl.c

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