v1
2026-09-07
zsmallc: remove old object read API · v1
zram 改用 SG-list 版 zsmalloc 读接口后,删除旧的 zsmalloc object read API。
原始补丁链接
子 Patch(2)
1/2
zram: convert to SG-list zsmalloc object read API
zram remains the last user of old zsmalloc object read API, that performed linearisation on the zsmalloc side. There is a new SG-list API, that has a bunch of benefits. Switch zram to SG-list zsmalloc
2/2
zsmalloc: remove old object read API
There are no users left of the old API, all have switched to SG-list object read API. Remove it. Signed-off-by: Sergey Senozhatsky senozhatsky@chromium.org — include/linux/zsmalloc.h | 4 —