Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Matt Fleming <mjf@netbsd.org>
List: source-changes
Date: 10/31/2006 08:12:46
Module Name:	src
Committed By:	mjf
Date:		Tue Oct 31 08:12:46 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:
Revert the changes I introduced trying to solve tmpfs' NFS export problem.
Requested by yamt@


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/include/mntopts.h
cvs rdiff -r1.55 -r1.56 src/sbin/mount/mount.8
cvs rdiff -r1.274 -r1.275 src/sys/kern/vfs_syscalls.c
cvs rdiff -r1.20 -r1.21 src/sys/nfs/nfs_export.c
cvs rdiff -r1.15 -r1.16 src/sys/sys/fstypes.h

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