Re: a new version of memory hotremove patch

From: Andrew Morton
Date: Thu Jan 08 2004 - 03:24:13 EST


IWAMOTO Toshihiro <iwamoto@xxxxxxxxxxxxx> wrote:
>
> - If a page is in mapping->io_pages when remap happens, it will be
> moved to dirty_pages. Tracking page->list to find out the list
> which page is connected to would be too expensive, and I have no other
> idea.

That sounds like a reasonable thing to do. The only impact would be that
an fsync() which is currently in progress could fail to write the page, so
the page is still dirty after the fsync() returns.

If this is the biggest problem, you've done well ;)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/