Re: [PATCH mm-unstable 3/5] mm: zpool: Remove object mapping APIs
From: Nhat Pham
Date: Wed Mar 05 2025 - 12:38:26 EST
On Tue, Mar 4, 2025 at 10:11 PM Yosry Ahmed <yosry.ahmed@xxxxxxxxx> wrote:
>
> zpool_map_handle(), zpool_unmap_handle(), and zpool_can_sleep_mapped()
> are no longer used. Remove them with the underlying driver callbacks.
>
> Signed-off-by: Yosry Ahmed <yosry.ahmed@xxxxxxxxx>
> ---
> include/linux/zpool.h | 30 ---------------------
> mm/zpool.c | 61 -------------------------------------------
> mm/zsmalloc.c | 27 -------------------
> 3 files changed, 118 deletions(-)
Me see deletions, me likey. I've never liked the object mapping API anyway.
Acked-by: Nhat Pham <nphamcs@xxxxxxxxx>