[fstab] Remove space_cache from btrfs mount options

This commit is contained in:
Philip Müller 2021-11-11 01:18:35 +00:00
parent fad0503696
commit deac7b545c

View File

@ -13,7 +13,7 @@
# options from this mapping. # options from this mapping.
mountOptions: mountOptions:
default: defaults,noatime default: defaults,noatime
btrfs: defaults,noatime,space_cache,autodefrag,compress=zstd btrfs: defaults,noatime,autodefrag,compress=zstd
# Mount options to use for the EFI System Partition. If not defined, the # Mount options to use for the EFI System Partition. If not defined, the
# *mountOptions* for *vfat* are used, or if that is not set either, # *mountOptions* for *vfat* are used, or if that is not set either,