Re: [PATCH v5 3/6] mm: Use zone and order instead of free area in free_list manipulators

2019-08-12 Thread Dan Williams
On Mon, Aug 12, 2019 at 2:33 PM Alexander Duyck wrote: > > From: Alexander Duyck > > In order to enable the use of the zone from the list manipulator functions > I will need access to the zone pointer. As it turns out most of the > accessors were always just being directly passed

[PATCH v5 3/6] mm: Use zone and order instead of free area in free_list manipulators

2019-08-12 Thread Alexander Duyck
From: Alexander Duyck In order to enable the use of the zone from the list manipulator functions I will need access to the zone pointer. As it turns out most of the accessors were always just being directly passed >free_area[order] anyway so it would make sense to just fold that into the