Subject: CVS commit: src/sys/fs/tmpfs
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 11/05/2006 18:03:21
Module Name:	src
Committed By:	jmmv
Date:		Sun Nov  5 18:03:21 UTC 2006

Modified Files:
	src/sys/fs/tmpfs: TODO

Log Message:
Exporting tmpfs file systems through NFS now works.  Sure, file handles are
not persistent across reboots but neither are those of MFS, which we are
trying to replace.  We should probably warn the user somehow, but not
prevent him doing this if he really wants to.

While here add a "reply" to the code-style change item.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/fs/tmpfs/TODO

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