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: 10/03/2005 19:36:42
Module Name:	src
Committed By:	jmmv
Date:		Mon Oct  3 19:36:42 UTC 2005

Modified Files:
	src/sys/fs/tmpfs: tmpfs_vnops.c

Log Message:
Follow symlinks during lookup (i.e., don't stop too early) so that symlinks
to directories work as expected.  Diagnosed by Greg Oster.


To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 src/sys/fs/tmpfs/tmpfs_vnops.c

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