summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Stefani2020-08-04 09:26:52 +0200
committerLuca Stefani2020-08-04 09:26:52 +0200
commit98f94925cdfb7515a89762c7656cb2e399c743ea (patch)
tree396efc21d99312fc49f5a49f57cccf0449f2dccc
parentf7a325954662d4fdc8deb3c36a9a36f73cc403b7 (diff)
downloadaur-98f94925cdfb7515a89762c7656cb2e399c743ea.tar.gz
Default ZSWAP compressor to zstd
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--config6
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a33111cab94..3b6af012e67d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -55,7 +55,7 @@ pkgbase = linux-llvm
source = 0024-x86-build-allow-LTO_CLANG-and-THINLTO-to-be-selected.patch
source = enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v5.8+.patch
sha256sums = SKIP
- sha256sums = 639e5ac559832b05d1b3be611faedab33aa65059eb8cd76879d2b92ecd17d7fa
+ sha256sums = 526c3f2d88be415c16015ce4b36518a60540ed4aedaf2d93b98785733eb822f7
sha256sums = 8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c
sha256sums = 2f0090ec0c9a72e6241bbea05faaef979405119ce8ef669d84dead36c8e2246e
sha256sums = 5f21c12f002e71ec5b5db96832b415ce291a7e230fa07b328c21760274e72e9d
diff --git a/PKGBUILD b/PKGBUILD
index 23b6b795ecb5..d899850fe617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ source=(
enable_additional_cpu_optimizations_for_gcc_v10.1+_kernel_v5.8+.patch
)
sha256sums=('SKIP'
- '639e5ac559832b05d1b3be611faedab33aa65059eb8cd76879d2b92ecd17d7fa'
+ '526c3f2d88be415c16015ce4b36518a60540ed4aedaf2d93b98785733eb822f7'
'8cb21e0b3411327b627a9dd15b8eb773295a0d2782b1a41b2a8839d1b2f5778c'
'2f0090ec0c9a72e6241bbea05faaef979405119ce8ef669d84dead36c8e2246e'
'5f21c12f002e71ec5b5db96832b415ce291a7e230fa07b328c21760274e72e9d'
diff --git a/config b/config
index 56da4388f1cc..522aaf41736c 100644
--- a/config
+++ b/config
@@ -1069,10 +1069,10 @@ CONFIG_ZSWAP=y
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_DEFLATE is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZO is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_842 is not set
-CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4=y
+# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4 is not set
# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_LZ4HC is not set
-# CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD is not set
-CONFIG_ZSWAP_COMPRESSOR_DEFAULT="lz4"
+CONFIG_ZSWAP_COMPRESSOR_DEFAULT_ZSTD=y
+CONFIG_ZSWAP_COMPRESSOR_DEFAULT="zstd"
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZBUD is not set
CONFIG_ZSWAP_ZPOOL_DEFAULT_Z3FOLD=y
# CONFIG_ZSWAP_ZPOOL_DEFAULT_ZSMALLOC is not set