Subject: CVS commit: [netbsd-4] src/sys/fs/udf
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 08/23/2006 21:27:35
Module Name:	src
Committed By:	tron
Date:		Wed Aug 23 21:27:35 UTC 2006

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

Log Message:
Pull up following revision(s) (requested by reinoud in ticket #4):
	sys/fs/udf/udf_vfsops.c: revision 1.10
Fix spurious panic when twice remounting a bad filingsystem. It then gets
the same memory block allocated as before and it bombs out on its
descriptor pool allready being initialised. It turns out that the pool was
not allways destroyed. This fix ought to clean it up whatever the cause of
the mishap that results in a reject.


To generate a diff of this commit:
cvs rdiff -r1.8.2.1 -r1.8.2.2 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.