aboutsummaryrefslogtreecommitdiff
path: root/devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp
diff options
context:
space:
mode:
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.cpp15
1 files changed, 0 insertions, 15 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
deleted file mode 100644
index 8f6498ed4970..000000000000
--- a/devel/kf6-solid/file/patch-src_solid_devices_backends_fstab_fstabhandling.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
---- 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;