From 2e34ebc3a464b537ed81d369593b1c595a78f18a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Philip=20M=C3=BCller?= <philm@manjaro.org>
Date: Sun, 12 Jun 2022 19:41:20 +0700
Subject: [PATCH] [fstab] sync with upstream

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

diff --git a/src/modules/fstab/fstab.conf b/src/modules/fstab/fstab.conf
index be43db99a8..bc9605d3d9 100644
--- a/src/modules/fstab/fstab.conf
+++ b/src/modules/fstab/fstab.conf
@@ -55,7 +55,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
+    btrfs: discard=async,ssd
 
 # Additional options added to each line in /etc/crypttab
 crypttabOptions: luks
@@ -84,3 +84,4 @@ tmpOptions:
     ssd:
         tmpfs: true
         options: "defaults,noatime,mode=1777"
+
-- 
GitLab