Re: 2.4 and 2GB swap partition limit

Hugh Dickins (hugh@veritas.com)
Wed, 2 May 2001 13:49:16 +0100 (BST)


On Wed, 2 May 2001, Stephen C. Tweedie wrote:
>
> So the aim is more complex. Basically, once we are short on VM, we
> want to eliminate redundant copies of swap data. That implies two
> possible actions, not one --- we can either remove the swap page for
> data which is already in memory, or we can remove the in-memory copy
> of data which is already on swap. Which one is appropriate will
> depend on whether the ptes in the system point to the swap entry or
> the memory entry. If we have ptes pointing to both, then we cannot
> free either.

Sorry for stating the obvious, but that last sentence gives up too easily.
If we have ptes pointing to both, then we cannot free either until we have
replaced all the references to one by references to the other.

Hugh

-
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/