Subject: CVS commit: src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 08/22/2006 16:52:41
Module Name:	src
Committed By:	reinoud
Date:		Tue Aug 22 16:52:41 UTC 2006

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

Log Message:
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.5 -r1.6 src/sys/fs/udf/udf.h
cvs rdiff -r1.13 -r1.14 src/sys/fs/udf/udf_subr.c
cvs rdiff -r1.10 -r1.11 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.