diff options
author | Josh Boyer <jwboyer@fedoraproject.org> | 2014-12-10 09:36:58 -0500 |
---|---|---|
committer | Josh Boyer <jwboyer@fedoraproject.org> | 2014-12-10 09:36:58 -0500 |
commit | 371262f1b4293209f661c802dfd5b813700f86f4 (patch) | |
tree | 792ebd1e29ddb43bb66ddceea5a8c336cab1bb4a /config-generic | |
parent | 1e63a382c146488671741eea55e332a0e0dc58dd (diff) | |
download | kernel-371262f1b4293209f661c802dfd5b813700f86f4.tar.gz kernel-371262f1b4293209f661c802dfd5b813700f86f4.tar.xz kernel-371262f1b4293209f661c802dfd5b813700f86f4.zip |
Enable ZBUD (rhbz 1171416)
zswap fails to start out of the box because it uses zbud as the default pool
type. Turn on zbud so it works.
Diffstat (limited to 'config-generic')
-rw-r--r-- | config-generic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config-generic b/config-generic index 9ab515879..0f4eddca3 100644 --- a/config-generic +++ b/config-generic @@ -5115,7 +5115,7 @@ CONFIG_PTP_1588_CLOCK_PCH=m CONFIG_CLEANCACHE=y CONFIG_FRONTSWAP=y CONFIG_ZSWAP=y -# CONFIG_ZBUD is not set +CONFIG_ZBUD=y CONFIG_ZSMALLOC=y # CONFIG_PGTABLE_MAPPING is not set |