Re: [PATCH] mm: page_alloc: fix variable type in zonelist type iteration

From: Johannes Weiner
Date: Wed Dec 09 2015 - 09:42:04 EST


On Tue, Dec 08, 2015 at 01:56:42PM -0800, David Rientjes wrote:
> On Tue, 8 Dec 2015, Johannes Weiner wrote:
>
> > /home/hannes/src/linux/linux/mm/page_alloc.c: In function âbuild_zonelistsâ:
> > /home/hannes/src/linux/linux/mm/page_alloc.c:4171:16: warning: comparison between âenum zone_typeâ and âenum <anonymous>â [-Wenum-compare]
> > for (i = 0; i < MAX_ZONELISTS; i++) {
> > ^
> >
> > MAX_ZONELISTS has never been of enum zone_type, probably gcc only
> > recently started including -Wenum-compare in -Wall.
> >
> > Make i a simple int.
> >
> > Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx>
>
> I think this is already handled by
> http://marc.info/?l=linux-kernel&m=144901185732632.

Yup, it does. Thanks, David. Scratch this patch.
--
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/