Re: [PATCH 01/11] mm/zsmalloc: Rename zs_object_copy to zs_obj_copy
From: Yosry Ahmed
Date: Wed Mar 11 2026 - 15:58:05 EST
On Wed, Mar 11, 2026 at 12:52 PM Joshua Hahn <joshua.hahnjy@xxxxxxxxx> wrote:
>
> All the zsmalloc functions that operate on a zsmalloc object (encoded
> location values) are named "zs_obj_xxx", except for zs_object_copy.
>
> Rename zs_object_copy to zs_obj_copy to conform to the pattern.
> No functional changes intended.
>
> Signed-off-by: Joshua Hahn <joshua.hahnjy@xxxxxxxxx>
Reviewed-by: Yosry Ahmed <yosry@xxxxxxxxxx>