Re: [PATCH 3/3] slob: record page flag overlays explicitly

From: Andy Whitcroft
Date: Thu May 15 2008 - 13:37:54 EST


On Thu, May 15, 2008 at 06:20:10PM +0100, Andy Whitcroft wrote:

> static inline void clear_slob_page(struct slob_page *sp)
> {
> - __clear_bit(PG_active, &sp->flags);
> + __clear_bit(PG_slob_free, &sp->flags);
> }

Bah, this hunk is wrong. Seems this is not the latest version. Will
replace this patch momentarily.

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