Subject: CVS commit: [netbsd-4] src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Rui Paulo <rpaulo@netbsd.org>
List: source-changes
Date: 09/08/2006 18:50:37
Module Name:	src
Committed By:	rpaulo
Date:		Fri Sep  8 18:50:37 UTC 2006

Modified Files:
	src/sys/fs/udf [netbsd-4]: ecma167-udf.h udf_subr.c udf_vfsops.c

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #125):
	sys/fs/udf/udf_subr.c: revision 1.15
	sys/fs/udf/udf_vfsops.c: revision 1.13
	sys/fs/udf/ecma167-udf.h: revision 1.4
Add shortcut for struct long_ad 's Unique ID hint that covers the lower 32
bits of the targeted files 64 bits Unique ID for recovery purposes.
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.
Fix copying too much space from a small buffer. The chances of it actually
happening are small but corrupt media could trigger it.


To generate a diff of this commit:
cvs rdiff -r1.2.18.1 -r1.2.18.2 src/sys/fs/udf/ecma167-udf.h
cvs rdiff -r1.11.2.2 -r1.11.2.3 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.8.2.3 -r1.8.2.4 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.