Re: [patch 02/21] Use an indexed array for LRU variables

From: Rik van Riel
Date: Mon Mar 03 2008 - 13:58:24 EST


On Fri, 29 Feb 2008 16:03:20 +0000
Andy Whitcroft <apw@xxxxxxxxxxxx> wrote:

> > /* First 128 byte cacheline (assuming 64 bit words) */
> > NR_FREE_PAGES,
> > - NR_INACTIVE,
> > - NR_ACTIVE,
> > + NR_INACTIVE, /* must match order of LRU_[IN]ACTIVE */
> > + NR_ACTIVE, /* " " " " " */
>
> This little ordering constraint is a little nasty. If we have enum_list
> available at this point then we can make sure that these order correctly
> automatically with something like this:

A little, true.

However, we need to line up with vmstat_text as well, so I suspect
the best way to make this friendlier to people new to this part of
the kernel would be to add more documentation, not more magic.

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