mbox series

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

Message ID Z5gdlO5pOu9XeGce@google.com (mailing list archive)
Headers show
Series mm: zswap: deprecate zbud and remove z3fold | expand

Message

Yosry Ahmed Jan. 27, 2025, 11:58 p.m. UTC
After 2 cycles of deprecating z3fold, remove it and mark zbud as
deprecated for removal next. It was initially thought that zbud cannot
be removed because it has no dependency on CONFIG_MMU while zsmalloc
does, but CONFIG_SWAP depends on CONFIG_MMU anyway.

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

 CREDITS                                       |    1 +
 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                                   |    7 -
 arch/loongarch/configs/loongson3_defconfig    |    3 +-
 mm/Kconfig                                    |   47 +-
 mm/Makefile                                   |    1 -
 mm/z3fold.c                                   | 1447 -----------------
 10 files changed, 17 insertions(+), 1550 deletions(-)
 delete mode 100644 Documentation/mm/z3fold.rst
 delete mode 100644 Documentation/translations/zh_CN/mm/z3fold.rst
 delete mode 100644 mm/z3fold.c