Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src
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.
Home |
Main Index |
Thread Index |
Old Index