Re: [PATCH] [9/16] HWPOISON: Handle hardware poisoned pages in try_to_unmap

From: Andi Kleen
Date: Thu Jun 04 2009 - 01:14:40 EST


> > Index: linux/include/linux/rmap.h
> > ===================================================================
> > --- linux.orig/include/linux/rmap.h 2009-06-03 19:36:23.000000000 +0200
> > +++ linux/include/linux/rmap.h 2009-06-03 19:36:23.000000000 +0200
> > @@ -93,6 +93,7 @@
> >
> > TTU_IGNORE_MLOCK = (1 << 8), /* ignore mlock */
> > TTU_IGNORE_ACCESS = (1 << 9), /* don't age */
> > + TTU_IGNORE_HWPOISON = (1 << 10),/* corrupted page is recoverable */
>
> Or more precisely comment it as "corrupted data is recoverable"?

I think the original comment is clear enough, not changing that for now.

Thanks,
-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
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/