summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache/Kconfig
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@linux.vnet.ibm.com>2012-02-09 12:25:03 -0600
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-09 10:47:58 -0800
commita49aeb1de58557ea6f0293bdd04ddda4c5a3020b (patch)
tree35579a78298f89b9ba1d2322567d12693f3d200f /drivers/staging/zcache/Kconfig
parent72a9826b45c0d126f47c1acc8444c5d9ee478fcd (diff)
staging: zcache: replace xvmalloc with zsmalloc
Replaces xvmalloc with zsmalloc as the persistent memory allocator for zcache Signed-off-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/zcache/Kconfig')
-rw-r--r--drivers/staging/zcache/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zcache/Kconfig b/drivers/staging/zcache/Kconfig
index 1b7bba7b1a3f..94e48aa9f36b 100644
--- a/drivers/staging/zcache/Kconfig
+++ b/drivers/staging/zcache/Kconfig
@@ -1,7 +1,7 @@
config ZCACHE
tristate "Dynamic compression of swap pages and clean pagecache pages"
depends on (CLEANCACHE || FRONTSWAP) && CRYPTO
- select XVMALLOC
+ select ZSMALLOC
select CRYPTO_LZO
default n
help