From: Stanislav Brabec Date: Tue, 14 Jan 2025 21:09:11 +0000 (+0100) Subject: Add fuse.portal to list of pseudo file systems X-Git-Tag: v2.42-start~87^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=930fed5559cd55b59b1a5c68c854488e21425214;p=thirdparty%2Futil-linux.git Add fuse.portal to list of pseudo file systems Fixes output of findmnt --real (opensuse#1234736). Reported-by: Stephan Wefing Co-authored-by: Anthony Iliopoulos Signed-off-by: Stanislav Brabec --- diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 0601def97..a25be75a6 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -396,6 +396,7 @@ int mnt_fstype_is_pseudofs(const char *type) "fuse.gvfs-fuse-daemon", /* Old name, not used by gvfs any more. */ "fuse.gvfsd-fuse", "fuse.lxcfs", + "fuse.portal", "fuse.rofiles-fuse", "fuse.vmware-vmblock", "fuse.xwmfs",