Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/25/2006 18:55:49
Module Name:	src
Committed By:	christos
Date:		Wed Oct 25 18:55:49 UTC 2006

Modified Files:
	src/sys/kern: vfs_getcwd.c

Log Message:
Defer the vnode test for directory until after the cache lookup. This makes
getcwd work with plain files too, if we allow plain files in the vnode->name
cache.


To generate a diff of this commit:
cvs rdiff -r1.32 -r1.33 src/sys/kern/vfs_getcwd.c

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