mbox series

[v2,0/2] mm: zswap: remove z3fold and zbud

Message ID 20250129180633.3501650-1-yosry.ahmed@linux.dev (mailing list archive)
Headers show
Series mm: zswap: remove z3fold and zbud | expand

Message

Yosry Ahmed Jan. 29, 2025, 6:06 p.m. UTC
After 2 cycles of deprecating z3fold, remove it as well as zbud
(rationale in specific patches).

v1 -> v2:
- Remove zbud directly instead of deprecating it first as suggested by
  Johannes.

Yosry Ahmed (2):
  mm: z3fold: remove z3fold
  mm: zbud: remove zbud

 CREDITS                                       |    3 +
 Documentation/admin-guide/mm/zswap.rst        |   10 +-
 Documentation/mm/index.rst                    |    1 -
 Documentation/mm/z3fold.rst                   |   28 -
 Documentation/translations/zh_CN/mm/index.rst |    1 -
 .../translations/zh_CN/mm/z3fold.rst          |   31 -
 MAINTAINERS                                   |   14 -
 arch/loongarch/configs/loongson3_defconfig    |    3 +-
 arch/s390/configs/debug_defconfig             |    2 +-
 arch/s390/configs/defconfig                   |    2 +-
 include/linux/zpool.h                         |    5 +-
 mm/Kconfig                                    |   47 -
 mm/Makefile                                   |    2 -
 mm/z3fold.c                                   | 1447 -----------------
 mm/zbud.c                                     |  455 ------
 mm/zpool.c                                    |    4 +-
 16 files changed, 14 insertions(+), 2041 deletions(-)
 delete mode 100644 Documentation/mm/z3fold.rst
 delete mode 100644 Documentation/translations/zh_CN/mm/z3fold.rst
 delete mode 100644 mm/z3fold.c
 delete mode 100644 mm/zbud.c