Subject: CVS commit: [netbsd-4] src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 08/27/2006 01:15:35
Module Name:	src
Committed By:	riz
Date:		Sun Aug 27 01:15:35 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #50):
	sys/fs/udf/udf_subr.c: revision 1.14
	sys/fs/udf/udf.h: revision 1.6
	sys/fs/udf/udf_vfsops.c: revision 1.11
Fix pool allocation/freeing problem for once and for all correctly. Since
it was initialised quite late due to its reliance on disc data the mount
process could have stopped before initialising and thus could panic again
only now for uninitialising an not initialised pool! *sigh*


To generate a diff of this commit:
cvs rdiff -r1.4.18.1 -r1.4.18.2 src/sys/fs/udf/udf.h
cvs rdiff -r1.11.2.1 -r1.11.2.2 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.8.2.2 -r1.8.2.3 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.