zram: remove zlib from the list of recommended algorithms
[sfrench/cifs-2.6.git] / drivers / block / zram / zcomp.c
index 5b8992beffec865634897c078877cd15614db0aa..4ed0a78fdc09633d20add1d018bc2caf639926e3 100644 (file)
@@ -23,14 +23,14 @@ 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
 #if IS_ENABLED(CONFIG_CRYPTO_842)
        "842",
+#endif
+#if IS_ENABLED(CONFIG_CRYPTO_ZSTD)
+       "zstd",
 #endif
        NULL
 };