Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 09/13/2005 21:30:52
Module Name:	src
Committed By:	jmmv
Date:		Tue Sep 13 21:30:52 UTC 2005

Modified Files:
	src/regress/sys/fs/tmpfs: t_readdir
	src/sys/fs/tmpfs: tmpfs_vfsops.c

Log Message:
Nodes cannot use the '0' identifier or they will be skipped by readdir.
E.g., the root node's '.' and '..' directory entries did not appear in
a directory list, because the root node always holds the first id.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/regress/sys/fs/tmpfs/t_readdir
cvs rdiff -r1.2 -r1.3 src/sys/fs/tmpfs/tmpfs_vfsops.c

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