K 10 svn:author V 5 markj K 8 svn:date V 27 2016-10-21T19:40:37.705515Z K 7 svn:log V 248 Have madvise(MADV_DONTNEED) move dirty pages to the laundry queue. Previously we would always requeue such pages at the tail of the inactive queue, which would further delay reclamation of a page already in the laundry queue. Discussed with: alc END