mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-12 04:04:04 +02:00
gunixmounts: Update list of virtual file systems to ignore
Synchronise it with the list in gnome-settings-daemon, which has seen more recent updates than this one. https://git.gnome.org/browse/gnome-settings-daemon/tree/plugins/housekeeping/gsd-disk-space-helper.c Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=788880
This commit is contained in:
@@ -287,26 +287,52 @@ guess_system_internal (const char *mountpoint,
|
|||||||
const char *device)
|
const char *device)
|
||||||
{
|
{
|
||||||
const char *ignore_fs[] = {
|
const char *ignore_fs[] = {
|
||||||
|
"adfs",
|
||||||
|
"afs",
|
||||||
"auto",
|
"auto",
|
||||||
"autofs",
|
"autofs",
|
||||||
|
"autofs4",
|
||||||
|
"cgroup",
|
||||||
|
"cifs",
|
||||||
|
"configfs",
|
||||||
|
"cxfs",
|
||||||
|
"debugfs",
|
||||||
"devfs",
|
"devfs",
|
||||||
"devpts",
|
"devpts",
|
||||||
|
"devtmpfs",
|
||||||
"ecryptfs",
|
"ecryptfs",
|
||||||
"fdescfs",
|
"fdescfs",
|
||||||
|
"fusectl",
|
||||||
|
"gfs",
|
||||||
|
"gfs2",
|
||||||
|
"gpfs",
|
||||||
|
"hugetlbfs",
|
||||||
"kernfs",
|
"kernfs",
|
||||||
"linprocfs",
|
"linprocfs",
|
||||||
|
"linsysfs",
|
||||||
|
"lustre",
|
||||||
|
"lustre_lite",
|
||||||
"mfs",
|
"mfs",
|
||||||
|
"mqueue",
|
||||||
|
"ncpfs",
|
||||||
|
"nfs",
|
||||||
|
"nfs4",
|
||||||
|
"nfsd",
|
||||||
"nullfs",
|
"nullfs",
|
||||||
|
"ocfs2",
|
||||||
|
"overlay",
|
||||||
"proc",
|
"proc",
|
||||||
"procfs",
|
"procfs",
|
||||||
|
"pstore",
|
||||||
"ptyfs",
|
"ptyfs",
|
||||||
"rootfs",
|
"rootfs",
|
||||||
|
"rpc_pipefs",
|
||||||
|
"securityfs",
|
||||||
"selinuxfs",
|
"selinuxfs",
|
||||||
|
"smbfs",
|
||||||
"sysfs",
|
"sysfs",
|
||||||
"tmpfs",
|
"tmpfs",
|
||||||
"usbfs",
|
"usbfs",
|
||||||
"nfsd",
|
|
||||||
"rpc_pipefs",
|
|
||||||
"zfs",
|
"zfs",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user