Re: [PATCH 1/6] mm: get rid of zone_is_initialized

From: Hillf Danton
Date: Thu Mar 30 2017 - 23:39:45 EST



On March 30, 2017 7:55 PM Michal Hocko wrote:
>
> @@ -5535,9 +5535,6 @@ int __meminit init_currently_empty_zone(struct zone *zone,
> zone_start_pfn, (zone_start_pfn + size));
>
> zone_init_free_lists(zone);
> - zone->initialized = 1;
> -
> - return 0;
> }
Nit: Add changes more than correct.

Hillf