K 10 svn:author V 3 ups K 8 svn:date V 27 2007-11-08T19:35:36.000000Z K 7 svn:log V 282 Use VM_FAULT_DIRTY to fault in pages for write access in proc_rwmen. Otherwise copy on write may create an anonymous page that is not marked as dirty. Since writing data to these pages in this function also does not dirty these pages they may be later discarded by the pagedaemon. END