Re: [PATCH 1/3] mm/page_alloc: Move ifdefery out of free_area_init_core

From: Pavel Tatashin
Date: Thu Jul 19 2018 - 09:18:47 EST


> + zone_set_nid(nid);
>
> This should be:
>
> zone_set_nid(zone, nid);
>
> I fixed it up in your patch, I hope that is ok.

Yes, thank you. I fixed this when compile tested this patch, but must
have forgotten to regenerate the patch before sending it.

Thank you,
Pavel

>
> Thanks
> --
> Oscar Salvador
> SUSE L3
>