freebsd: Add fdescfs to the ignored filesystem list

fdescfs is the filesystem mounted on /dev/fd to provide access to file
descriptors via filsystem paths. It is not a real filesystem used on disks.

https://bugzilla.gnome.org/show_bug.cgi?id=748790
This commit is contained in:
Ting-Wei Lan
2015-05-02 18:04:23 +08:00
parent a101d6b27a
commit 40e1a86d52

View File

@@ -92,6 +92,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
static const char ignored[][17] = { static const char ignored[][17] = {
"autofs", "autofs",
"devfs", "devfs",
"fdescfs",
"fusectl", "fusectl",
"linprocfs", "linprocfs",
"linsysfs", "linsysfs",