gio/gunixmounts: mark some file-system types as system

Since this list was originally created, more file system types have
become commonly used and would benefit from being marked as a system
file-system type.

This was found while tracking down some performance issues in
gnome-settings-daemon trash handling.
This commit is contained in:
Christian Hergert
2025-11-21 12:31:13 -08:00
parent a9c0feac4b
commit f1a90a67c3

View File

@@ -375,6 +375,8 @@ g_unix_is_system_fs_type (const char *fs_type)
"auto",
"autofs",
"autofs4",
"binfmt_misc",
"bpf",
"cgroup",
"configfs",
"cxfs",
@@ -383,6 +385,7 @@ g_unix_is_system_fs_type (const char *fs_type)
"devpts",
"devtmpfs",
"ecryptfs",
"efivarfs",
"fdescfs",
"fusectl",
"gfs",
@@ -411,6 +414,7 @@ g_unix_is_system_fs_type (const char *fs_type)
"selinuxfs",
"sysfs",
"tmpfs",
"tracefs",
"usbfs",
NULL
};