]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add fuse.kio-fuse to list of pseudo file systems
authorOliver Schramm <oliver.schramm97@gmail.com>
Mon, 5 Jan 2026 16:36:06 +0000 (17:36 +0100)
committerOliver Schramm <oliver.schramm97@gmail.com>
Mon, 5 Jan 2026 16:36:06 +0000 (17:36 +0100)
Signed-off-by: Oliver Schramm <oliver.schramm97@gmail.com>
libmount/src/utils.c

index 863879718dfd031b8e673975f9bb25f2978ddb2e..d6644a0419c8f3b63b2141edd896bdea3c435c62 100644 (file)
@@ -395,6 +395,7 @@ int mnt_fstype_is_pseudofs(const char *type)
                "fuse.encfs", /* Not a true pseudofs (has source), but source is not reported. */
                "fuse.gvfs-fuse-daemon", /* Old name, not used by gvfs any more. */
                "fuse.gvfsd-fuse",
+               "fuse.kio-fuse",
                "fuse.lxcfs",
                "fuse.portal",
                "fuse.rofiles-fuse",