Subject: PR/36197 CVS commit: src/sys/kern
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: David Laight <dsl@netbsd.org>
List: netbsd-bugs
Date: 04/23/2007 07:05:03
The following reply was made to PR kern/36197; it has been noted by GNATS.
From: David Laight <dsl@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36197 CVS commit: src/sys/kern
Date: Mon, 23 Apr 2007 07:04:32 +0000 (UTC)
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.