That is true, but it is ignoring the fact that there _are_ real technical
differences between swap cache mappings and regular shared mappings.
One major difference is the approach to the last user: a last use of a
shared mapping still needs to write out dirty state, while the last use of
a swap page is better off noticing that it should just optimize away the
write, and we can just turn the page back into a dirty anonymous page.
But the differences are much smaller than many of the similarities.
Linus
-
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/