K 10 svn:author V 5 dyson K 8 svn:date V 27 1996-03-09T06:46:51.000000Z K 7 svn:log V 395 Correct handling of dirty pages in I/O buffers. The case where pages residing in a buffer that had been dirtied by a process was being handled incorrectly. The pages were mistakenly placed into the cache queue. This would likely have the effect of mmaped page modifications being lost when I/O system calls were being used simultaneously to the same locations in a file. Submitted by: davidg END