Re: [RFC PATCH v2 16/21] mm/zsmalloc: convert location_to_obj() to use zsdesc

From: Sergey Senozhatsky
Date: Thu Jul 20 2023 - 03:50:16 EST


On (23/07/13 13:20), Hyeonggon Yoo wrote:
> /**
> - * location_to_obj - get obj value encoded from (<page>, <obj_idx>)
> - * @page: page object resides in zspage
> + * location_to_obj - get obj value encoded from (<zsdesc>, <obj_idx>)
> + * @zsdesc object resides in zspage

@zsdesc:

> * @obj_idx: object index
> */