diff options
Diffstat (limited to 'devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp')
-rw-r--r-- | devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp b/devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp new file mode 100644 index 000000000000..8f6498ed4970 --- /dev/null +++ b/devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp @@ -0,0 +1,15 @@ +--- src/solid/devices/backends/fstab/fstabhandling.cpp.orig 2025-06-13 09:40:36 UTC ++++ src/solid/devices/backends/fstab/fstabhandling.cpp +@@ -70,11 +70,7 @@ bool _k_isFstabSupportedLocalFileSystem(const QString + if (fstype == QLatin1String("fuse.encfs") // + || fstype == QLatin1String("fuse.cryfs") // + || fstype == QLatin1String("fuse.gocryptfs") // +- || fstype == QLatin1String("overlay") +- +- // handle ZFS here as udisk2 doesn't support that yet +- // see https://github.com/storaged-project/udisks/issues/42 +- || fstype == QLatin1String("zfs")) { ++ || fstype == QLatin1String("overlay")) { + return true; + } + return false; |