> It's looking more and more like we should use your other suggestion. It's
> definitely simpler if we can make it failsafe. I'll code it up tomorrow.
I thought of a big hole in the simpler scheme you suggested. It occurred
to me that try_to_unmap will fail. It will see the PageAnon flag so it'll
just walk the pte_chain and assume it doesn't have to walk the vmas. This
will leave the page with some stranded mappings. Actually
page_convert_anon will then finish, and we'll have a page where
try_to_unmap claims it has succeeded but still has mappings.
Dave McCracken
-
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/