K 10 svn:author V 5 peter K 8 svn:date V 27 1998-10-31T15:39:31.000000Z K 7 svn:log V 279 vm_object_page_clean() last arg changed from TRUE to OBJPC_SYNC. I'm not sure that this is necessary to be a sync write here since a VOP_FSYNC() follows and it will schedule, sort and complete the writes that the vm_object_page_clean() started (as I think I understand things). END