Module Name: src Committed By: reinoud Date: Fri Jan 14 09:09:18 UTC 2011
Modified Files: src/sys/fs/udf: udf_allocation.c Log Message: Metadata partition (v2.50+) bugfix commit : * fix copying of the extents of the metadata node to the metadatamirror node; it was not copying all extents. * fix truncing metadata partition: * fix endian conversions * fix information length calculation so its truncated to the right length! * allow for setting maximum extent length in extent merging. This is needed since extents in the metadata partition files are only to be in allocation unit sizes. * adjust grow and shrink node to set the granularity of the maximum length of an extent when encountering a metadatafile or metadatamirror file. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/fs/udf/udf_allocation.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.