[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080515173737.GA21787@shadowen.org>
Date: Thu, 15 May 2008 18:37:37 +0100
From: Andy Whitcroft <apw@...dowen.org>
To: linux-mm@...ck.org
Cc: Andrew Morton <akpm@...l.org>,
Christoph Lameter <clameter@....com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>,
Rik van Riel <riel@...hat.com>,
Jeremy Fitzhardinge <jeremy@...p.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] slob: record page flag overlays explicitly
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists