On Fri, Sep 6, 2019 at 7:53 AM Alexander Duyck <[email protected]> wrote: > > From: Alexander Duyck <[email protected]> > > 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 <[email protected]>

