Module Name: src Committed By: martin Date: Sun Mar 13 09:44:33 UTC 2022
Modified Files: src/sys/fs/udf [netbsd-9]: udf_strat_sequential.c udf_subr.c Log Message: Pull up following revision(s) (requested by reinoud in ticket #1431): sys/fs/udf/udf_strat_sequential.c: revision 1.16 sys/fs/udf/udf_subr.c: revision 1.167 On switching from writing to reading explicitly synchronize the caches. It isn't strictly needed but some devices in the wild will otherwise bluntly ignore all reading commands resulting in a kernel and device lockup. For bug-compatibility with Windows, the last VAT sector must be a multiple of 16/32 from the start of the track. To allow for scratches, write out at least a 32 pieces. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.15.22.1 src/sys/fs/udf/udf_strat_sequential.c cvs rdiff -u -r1.146 -r1.146.2.1 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.