Subject: CVS commit: [netbsd-3-0] src/sys/fs/union
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 01/08/2006 15:45:15
Module Name:	src
Committed By:	riz
Date:		Sun Jan  8 15:45:15 UTC 2006

Modified Files:
	src/sys/fs/union [netbsd-3-0]: union_vfsops.c

Log Message:
Pull up following revision(s) (requested by wrstuden in ticket #1091):
	sys/fs/union/union_vfsops.c: revision 1.32
Change union_unmount() to not play with the fs root vnode explicitly.
Let it get recycled along with all of the others. This is important
as if the root vnode has already been reclaimed, then we get a panic
when we try to vget it.
This addresses PR: kern/31382


To generate a diff of this commit:
cvs rdiff -r1.25.2.1 -r1.25.2.1.2.1 src/sys/fs/union/union_vfsops.c

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