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

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

Log Message:
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.9 -r1.10 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.