Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 04/19/2004 00:15:55
Module Name:	src
Committed By:	lukem
Date:		Mon Apr 19 00:15:55 UTC 2004

Modified Files:
	src/sys/kern: vfs_subr.c

Log Message:
Add "vfs.generic.fstypes" sysctl, which contains a space separate
list of file system types currently supported by the kernel.
Previously there wasn't an easy way to determine this.
(Code shamelessly cribbed from subr_disk.c::sysctl_hw_disknames().)

Use LIST_FOREACH() appropriately.


To generate a diff of this commit:
cvs rdiff -r1.219 -r1.220 src/sys/kern/vfs_subr.c

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