Module Name: src Committed By: reinoud Date: Thu Jan 13 13:13:32 UTC 2011
Modified Files: src/sys/fs/udf: udf_subr.c Log Message: Fix the case in where a file with a latin1 file name was created. It was then erronously entered as thelatin1 file name in the dirhash whereas the matching routing assumes both UTF-8. This would result in a file being created but not stat-able since the dirhash couldn't find the entry unless it was remounted. To generate a diff of this commit: cvs rdiff -u -r1.109 -r1.110 src/sys/fs/udf/udf_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.