Re: [PATCH] [1/16] HWPOISON: Add page flag for poisoned pages

From: Andi Kleen
Date: Fri May 29 2009 - 14:18:05 EST


On Fri, May 29, 2009 at 12:34:32PM -0400, Rik van Riel wrote:
> >They should just check for poisoned pages.
>
> #define PagePoisoned(page) (PageReserved(page) && PageWriteback(page))

I don't know what the point of that would be. An exercise in code
obfuscation?

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