mm: Change ZBUD back to built-in

It's not really useful as a module.  Currently we get the following
error messages on boot:

zpool: no driver for type zbud
zswap: zbud zpool not available
zswap: zpool creation failed
This commit is contained in:
Ben Hutchings 2015-09-24 02:46:27 +01:00
parent f0fc9d4c04
commit a94e67cc3f
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -24,6 +24,7 @@ linux (4.2.1-1) UNRELEASED; urgency=medium
* mmc: Drop "eMMC: Don't initialize partitions on RPMB flagged areas", as
upstream commit 4e93b9a6abc0 ("mmc: card: Don't access RPMB partitions for
normal read/write") looks like a cleaner solution
* mm: Change ZBUD back to built-in, as it's not really useful as a module
[ Aurelien Jarno ]
* [mips*el] Fix BPF assembly code for pre-R2 CPUs. (fixes FTBFS)

View File

@ -5489,7 +5489,7 @@ CONFIG_FRONTSWAP=y
# CONFIG_CMA is not set
CONFIG_MEM_SOFT_DIRTY=y
CONFIG_ZSWAP=y
CONFIG_ZBUD=m
CONFIG_ZBUD=y
CONFIG_ZSMALLOC=m
# CONFIG_PGTABLE_MAPPING is not set