[PATCH 0/2] zsmallc: remove old object read API

Sergey Senozhatsky posted 2 patches 2 weeks, 4 days ago
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(-)
[PATCH 0/2] zsmallc: remove old object read API
Posted by Sergey Senozhatsky 2 weeks, 4 days ago
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