Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 04/23/2007 07:04:32
Module Name:	src
Committed By:	dsl
Date:		Mon Apr 23 07:04:31 UTC 2007

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

Log Message:
When we return the real root instead of the emulated root, we may
not have the parent vnode for the emulated root - so dont vput() it.
May fix PR kern/36197.


To generate a diff of this commit:
cvs rdiff -r1.85 -r1.86 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.