[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20080526132853.4661.KOSAKI.MOTOHIRO@jp.fujitsu.com>
Date: Mon, 26 May 2008 13:37:51 +0900
From: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
To: Andy Whitcroft <apw@...dowen.org>
Cc: kosaki.motohiro@...fujitsu.com, linux-mm@...ck.org,
Andrew Morton <akpm@...l.org>,
Christoph Lameter <clameter@....com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Rik van Riel <riel@...hat.com>,
Jeremy Fitzhardinge <jeremy@...p.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] page-flags: record page flag overlays explicitly
Hi
Thank you nice patch.
> Some page flags are used for more than one purpose, for example
> PG_owner_priv_1. Currently there are individual accessors for each user,
> each built using the common flag name far away from the bit definitions.
> This makes it hard to see all possible uses of these bits.
>
> Now that we have a single enum to generate the bit orders it makes sense
> to express overlays in the same place. So create per use aliases for
> this bit in the main page-flags enum and use those in the accessors.
>
> Signed-off-by: Andy Whitcroft <apw@...dowen.org>
My review found no bug.
Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@...fujitsu.com>
--
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