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

2019-10-23 Thread Alexander Duyck
On Wed, 2019-10-23 at 10:26 +0200, David Hildenbrand wrote: > On 23.10.19 00:28, 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 > > accessor

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

2019-10-23 Thread David Hildenbrand
On 23.10.19 00:28, 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 &zone->free_area[order] anyway so it wo

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

2019-10-22 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 &zone->free_area[order] anyway so it would make sense to just fold that into the fu