Subject: CVS commit: src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 09/05/2006 17:03:04
Module Name:	src
Committed By:	reinoud
Date:		Tue Sep  5 17:03:04 UTC 2006

Modified Files:
	src/sys/fs/udf: udf_vfsops.c

Log Message:
Fix locking scheme in udf_mount() to follow more the other filingsystems.

For yet unknown reasons passing the LOCKLEAF flag to namei() did return a
locked vnode as was meant but would panic when a raw device was passed.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/fs/udf/udf_vfsops.c

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