Re: [PATCH v8 2/7] mm: Adjust shuffle code to allow for future coalescing

From: Dan Williams
Date: Fri Sep 06 2019 - 13:36:39 EST


On Fri, Sep 6, 2019 at 7:53 AM Alexander Duyck
<alexander.duyck@xxxxxxxxx> wrote:
>
> From: Alexander Duyck <alexander.h.duyck@xxxxxxxxxxxxxxx>
>
> Move the head/tail adding logic out of the shuffle code and into the
> __free_one_page function since ultimately that is where it is really
> needed anyway. By doing this we should be able to reduce the overhead
> and can consolidate all of the list addition bits in one spot.

Looks good, thanks for doing the split:

Reviewed-by: Dan Williams <dan.j.williams@xxxxxxxxx>