From: Shahid Laher Date: Wed, 20 Jan 2021 18:04:33 +0000 (+0000) Subject: libmount: add vboxsf, virtiofs to pseudo filesystems X-Git-Tag: v2.37-rc1~170^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2c2ff04fe96abd8acebba5b33b7c0383dbe73b79;p=thirdparty%2Futil-linux.git libmount: add vboxsf, virtiofs to pseudo filesystems Filesystems provided by a hypervisor for guest kernels: * vboxsf: Linux 5.6 * virtiofs: Linux 5.4 Signed-off-by: Shahid Laher --- diff --git a/libmount/src/utils.c b/libmount/src/utils.c index 40b45f11d8..aed2afb81f 100644 --- a/libmount/src/utils.c +++ b/libmount/src/utils.c @@ -332,7 +332,9 @@ int mnt_fstype_is_pseudofs(const char *type) "spufs", "sysfs", "tmpfs", - "tracefs" + "tracefs", + "vboxsf", + "virtiofs" }; assert(type);