From 08bb78126aaabc7c3aef1f22b3ed2ff7affc9a84 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sat, 14 Dec 2024 14:19:12 +0100 Subject: [PATCH] Revert "zram: Set default compressor to zstd" This reverts commit 9c6c01a0bd0c05162320a78819b03254b48f8423. --- drivers/block/zram/Kconfig | 4 ---- 1 file changed, 4 deletions(-) diff --git a/drivers/block/zram/Kconfig b/drivers/block/zram/Kconfig index f16269dc9..a2a707390 100755 --- a/drivers/block/zram/Kconfig +++ b/drivers/block/zram/Kconfig @@ -2,11 +2,7 @@ config ZRAM tristate "Compressed RAM block device support" depends on BLOCK && SYSFS && ZSMALLOC && CRYPTO -<<<<<<< HEAD - select CRYPTO_ZSTD -======= select CRYPTO_LZ4 ->>>>>>> 3413b95770db (zram: Set default compressor to lz4) help Creates virtual block devices called /dev/zramX (X = 0, 1, ...). Pages written to these disks are compressed and stored in memory