Revert "zram: Set default compressor to zstd"
This reverts commit 9c6c01a0bd
.
This commit is contained in:
parent
c4105fd448
commit
08bb78126a
1 changed files with 0 additions and 4 deletions
|
@ -2,11 +2,7 @@
|
||||||
config ZRAM
|
config ZRAM
|
||||||
tristate "Compressed RAM block device support"
|
tristate "Compressed RAM block device support"
|
||||||
depends on BLOCK && SYSFS && ZSMALLOC && CRYPTO
|
depends on BLOCK && SYSFS && ZSMALLOC && CRYPTO
|
||||||
<<<<<<< HEAD
|
|
||||||
select CRYPTO_ZSTD
|
|
||||||
=======
|
|
||||||
select CRYPTO_LZ4
|
select CRYPTO_LZ4
|
||||||
>>>>>>> 3413b95770db (zram: Set default compressor to lz4)
|
|
||||||
help
|
help
|
||||||
Creates virtual block devices called /dev/zramX (X = 0, 1, ...).
|
Creates virtual block devices called /dev/zramX (X = 0, 1, ...).
|
||||||
Pages written to these disks are compressed and stored in memory
|
Pages written to these disks are compressed and stored in memory
|
||||||
|
|
Loading…
Reference in a new issue