git.samba.org
/
sfrench
/
cifs-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
zram: remove zlib from the list of recommended algorithms
[sfrench/cifs-2.6.git]
/
drivers
/
block
/
zram
/
zcomp.c
diff --git
a/drivers/block/zram/zcomp.c
b/drivers/block/zram/zcomp.c
index cc66daec7bbc38c445a040a8b9685d7f2c967417..4ed0a78fdc09633d20add1d018bc2caf639926e3 100644
(file)
--- a/
drivers/block/zram/zcomp.c
+++ b/
drivers/block/zram/zcomp.c
@@
-23,9
+23,6
@@
static const char * const backends[] = {
#if IS_ENABLED(CONFIG_CRYPTO_LZ4)
"lz4",
#endif
-#if IS_ENABLED(CONFIG_CRYPTO_DEFLATE)
- "deflate",
-#endif
#if IS_ENABLED(CONFIG_CRYPTO_LZ4HC)
"lz4hc",
#endif