Module Name: src Committed By: reinoud Date: Thu Jun 27 09:38:08 UTC 2013
Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Since UDF volumes are always mounted async, the simple UBC purging with VOP_PUTPAGES() was never triggered resulting in far too much data in the UBC that needed to be written out. This could result in instability on small memory machines. To generate a diff of this commit: cvs rdiff -u -r1.75 -r1.76 src/sys/fs/udf/udf_vnops.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.