The trouble with stable pages
The trouble with stable pages
Posted Mar 15, 2012 12:07 UTC (Thu) by slashdot (guest, #22014)Parent article: The trouble with stable pages
Uh?
Why doesn't Linux just copy-on-write the page under writeback instead of waiting for the block device?!?
If I correctly understand it, the current behavior is simply unacceptable and totally broken: it means that program modifying mmapped memory that fully fits in RAM will randomly block waiting for IO!
