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

From: Rik van Riel
Date: Fri May 29 2009 - 14:26:37 EST


Andi Kleen wrote:
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?

Saving a page flag.

--
All rights reversed.
--
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/