From b09fefc4a64ccddd77b506d9fb99516ea022ec0e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philip=20M=C3=BCller?= <philm@manjaro.org>
Date: Fri, 24 Sep 2021 21:39:56 +0200
Subject: [PATCH] [fstab] remove double compress

---
 src/modules/fstab/fstab.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/fstab/fstab.conf b/src/modules/fstab/fstab.conf
index 33fb2c937e..44be023221 100644
--- a/src/modules/fstab/fstab.conf
+++ b/src/modules/fstab/fstab.conf
@@ -41,7 +41,7 @@ efiMountOptions: umask=0077
 # The standard configuration applies asynchronous discard support and ssd optimizations to btrfs
 # and does nothing for other filesystems.
 ssdExtraMountOptions:
-    btrfs: discard=async,ssd,compress=zstd,commit=120
+    btrfs: discard=async,ssd,commit=120
 
 # Additional options added to each line in /etc/crypttab
 crypttabOptions: luks
-- 
GitLab