Re: [patch 10/16] give swapper_space a set_page_dirty a_op

Jeff Garzik (garzik@gtf.org)
Sat, 1 Jun 2002 16:14:24 -0400


On Sat, Jun 01, 2002 at 01:42:48AM -0700, Andrew Morton wrote:
>
>
> Give swapper_space a ->set_page_dirty() address_space_operation.

Remember that we don't need swapper_space at all?

All the underlying inodes have their own address spaces, and the
SWP_ENTRY tells us what we need to know, to find the underlying address
spaces.

swapper_space is just a master address space that overlays the
underlying multiple address spaces. We can just look directly at the
underlying ones...

Jeff

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