From: Oliver Schramm Date: Mon, 5 Jan 2026 16:36:06 +0000 (+0100) Subject: Add fuse.kio-fuse to list of pseudo file systems X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495c3d0551914302f632222ff1715e2d1288b482;p=thirdparty%2Futil-linux.git Add fuse.kio-fuse to list of pseudo file systems Signed-off-by: Oliver Schramm --- diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 863879718..d6644a041 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -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",