K 10 svn:author V 3 kib K 8 svn:date V 27 2013-08-08T06:07:28.043127Z K 7 svn:log V 379 MFC r253189: Never remove user-wired pages from an object when doing msync(MS_INVALIDATE). The vm_fault_copy_entry() requires that object range which corresponds to the user-wired vm_map_entry, is always fully populated. Add OBJPR_NOTWIRED flag for vm_object_page_remove() to request the preserving behaviour, use it when calling vm_object_page_remove() from vm_object_sync(). END