From d1b8cd3e39fe7ad2a1ae2b9ccec6b257de88173b Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Mon, 5 Feb 2024 16:16:14 +0100 Subject: [PATCH] mount options: Allow 'commit' option for ext3/ext4 --- data/builtin_mount_options.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/builtin_mount_options.conf b/data/builtin_mount_options.conf index f0b0bf626..2a09a1098 100644 --- a/data/builtin_mount_options.conf +++ b/data/builtin_mount_options.conf @@ -41,7 +41,7 @@ ext2_defaults=errors=remount-ro ext2_allow=errors=remount-ro ext3_defaults=errors=remount-ro -ext3_allow=errors=remount-ro +ext3_allow=errors=remount-ro,commit ext4_defaults=errors=remount-ro -ext4_allow=errors=remount-ro +ext4_allow=errors=remount-ro,commit