Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matt Fleming <mjf@netbsd.org>
List: source-changes
Date: 10/24/2006 21:53:11
Module Name:	src
Committed By:	mjf
Date:		Tue Oct 24 21:53:11 UTC 2006

Modified Files:
	src/include: mntopts.h
	src/sbin/mount: mount.8
	src/sys/kern: vfs_syscalls.c
	src/sys/nfs: nfs_export.c
	src/sys/sys: fstypes.h

Log Message:
Add support to allow a file system to not permit being exported over NFS.

Approved by elad@ and wrstuden@


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/include/mntopts.h
cvs rdiff -r1.54 -r1.55 src/sbin/mount/mount.8
cvs rdiff -r1.273 -r1.274 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.18 -r1.19 src/sys/nfs/nfs_export.c
cvs rdiff -r1.14 -r1.15 src/sys/sys/fstypes.h

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