Skip to content

Commit

Permalink
Revert "mm: zbud: backport from Linux 4.1.52"
Browse files Browse the repository at this point in the history
This reverts commit a0055ff.
  • Loading branch information
Slmnj committed Nov 4, 2021
1 parent 3511f60 commit 87765c6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 657 deletions.
22 changes: 0 additions & 22 deletions include/linux/zbud.h

This file was deleted.

10 changes: 0 additions & 10 deletions mm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -411,16 +411,6 @@ config USE_USER_ACCESSIBLE_TIMERS
architecture-specific code that will need to be enabled
separately.

config ZBUD
tristate "Low density storage for compressed pages"
default n
help
A special purpose allocator for storing compressed pages.
It is designed to store up to two compressed pages per physical
page. While this design limits storage density, it has simple and
deterministic reclaim properties that make it preferable to a higher
density approach when reclaim will be used.

config ZPOOL
tristate "Common API for compressed memory storage"
default n
Expand Down
1 change: 0 additions & 1 deletion mm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ obj-$(CONFIG_DEBUG_KMEMLEAK) += kmemleak.o
obj-$(CONFIG_DEBUG_KMEMLEAK_TEST) += kmemleak-test.o
obj-$(CONFIG_CLEANCACHE) += cleancache.o
obj-$(CONFIG_ZPOOL) += zpool.o
obj-$(CONFIG_ZBUD) += zbud.o
obj-$(CONFIG_ZSMALLOC) += zsmalloc.o

0 comments on commit 87765c6

Please sign in to comment.