No, very untrue.
To be more specific, there are dirty filesystem cache pages, and dirty
application pages. Dirty filesystem pages will be written to the FS, while
dirty application pages will be swapped out.
If an application page is chosen for swap out and it is not dirty, the VM
will just discard that page completely because it can beloaded from the app
or library on disk when needed again...
BTW, both VMs would do this. This behavior is very fundamental to VM design.
Mike
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/