Alan Cox 18f55b0171 Never sleep on busy pages in vm_pageout_launder(), always skip them. Long
ago, sleeping on busy pages in vm_pageout_launder() made sense.  The call
to vm_pageout_flush() specified asynchronous I/O and sleeping on busy pages
blocked vm_pageout_launder() until the flush had completed.  However, in
CVS revision 1.35 of vm/vm_contig.c, the call to vm_pageout_flush() was
changed to request synchronous I/O, but the sleep on busy pages was not
removed.
2012-08-07 04:48:14 +00:00
..
2012-08-06 21:24:43 +00:00
2012-08-01 17:24:53 +00:00
2012-06-11 17:42:39 +00:00
2012-02-28 15:07:05 +00:00
2012-08-03 12:55:31 +00:00
2012-04-16 10:33:46 +00:00
2012-08-05 22:03:13 +00:00
2012-08-05 06:15:12 +00:00
2012-08-03 18:40:44 +00:00