Re: [Evms-devel] dm snapshot problem

From: Andrew Morton
Date: Thu Jan 13 2005 - 22:49:56 EST


Kevin Corry <kevcorry@xxxxxxxxxx> wrote:
>
> Now that you mention it, the memory pages to hold the copied data is allocated
> at the time the snapshot device is activated, and uses
> alloc_page(GFP_KERNEL). Should we switch this to alloc_page(GFP_HIGHUSER)?

Sure, if possible. You'll need to map them in with kmap_atomic() when
actually altering their contents, of course.

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