I totally disagree.
It might help fragmentation, but it has absolutely _no_ impact on
balancing. See my comments about not seeing the "accessed" bit until way
too late with a "find by physical" approach.
You simply _cannot_ use "find by physical" for balancing, unless you're
willing to pay the price of doing software accessed bits even on
hardware that does it for you in the page tables. Which is a price MUCH
too high to pay, I suspect.
The current vmscanning is the way to go. Getting PageDirty was a big
step for it, because it is needed so that we can drop pages without
having to do IO like we historically did. I doubt find-by-physical will
help AT ALL wrt balancing.
Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/