Re: [PATCH 0/2] zsmalloc: small compaction improvements

From: Minchan Kim
Date: Fri Jun 23 2023 - 13:03:31 EST


On Fri, Jun 23, 2023 at 01:40:00PM +0900, Sergey Senozhatsky wrote:
> Hi,
> A tiny series that can reduce the number of
> find_alloced_obj() invocations (which perform a linear
> scan of sub-page) during compaction. Inspired by Alexey
> Romanov's findings.
>

Both patches looks good to me.

In this chance, can we have little more cleanup after these two patches?