Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Bill Studenmund <wrstuden@netbsd.org>
List: source-changes
Date: 08/03/1999 11:17:27
Module Name:	syssrc
Committed By:	wrstuden
Date:		Tue Aug  3 18:17:26 UTC 1999

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

Log Message:
Modify how lookup walks up mount points. As suggested by Konrad
Schroder <perseant@hitl.washington.edu>, unlock the mounted on
vnode before we call VFS_ROOT so that we cover the case where the new
root vnode shares a lock with the mounted-on vnode. Note that we have
asserted vfs_busy on the new fs before unlocking, so no other process can
steal the mount out from under us.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 syssrc/sys/kern/vfs_lookup.c

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