[PATCH 0/2] zsmallc: remove old object read API
From: Sergey Senozhatsky
Date: Mon Sep 07 2026 - 07:32:56 EST
zram reamins the only user of old zsmalloc object read API.
This series removes the old API and converts zram to use the
new SG-list based API.
Sergey Senozhatsky (2):
zram: convert to SG-list zsmalloc object read API
zsmalloc: remove old object read API
drivers/block/zram/zcomp.c | 23 +++++++++--
drivers/block/zram/zcomp.h | 4 +-
drivers/block/zram/zram_drv.c | 56 ++++++++++++++-----------
include/linux/zsmalloc.h | 4 --
mm/zsmalloc.c | 77 -----------------------------------
5 files changed, 55 insertions(+), 109 deletions(-)
--
2.55.0.979.g7e5102b832-goog