Subject: CVS commit: src/sys/fs/union
To: None <source-changes@NetBSD.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 01/05/2006 20:31:33
Module Name:	src
Committed By:	wrstuden
Date:		Thu Jan  5 20:31:33 UTC 2006

Modified Files:
	src/sys/fs/union: union_vfsops.c

Log Message:
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.31 -r1.32 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.