Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/25/2007 20:41:42
Module Name: src
Committed By: dsl
Date: Wed Apr 25 20:41:42 UTC 2007
Modified Files:
src/sys/kern: vfs_lookup.c
Log Message:
Move the place where we convert the return value of emulation lookups that
would return the emulation-root to the real root to the main exit path.
Means that lookups of both "/" and "/." get converted from "/emul/xxx" to "/".
To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/sys/kern/vfs_lookup.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.