Revert "zram: Set default compressor to zstd"

This reverts commit 9c6c01a0bd.
This commit is contained in:
Ksawlii 2024-12-14 14:19:12 +01:00
parent c4105fd448
commit 08bb78126a

View file

@ -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