From 40e1a86d52ed643a263e9135215baa64a859587d Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sat, 2 May 2015 18:04:23 +0800 Subject: [PATCH] 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 --- sysdeps/freebsd/mountlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/freebsd/mountlist.c b/sysdeps/freebsd/mountlist.c index 381091f4..e8301b14 100644 --- a/sysdeps/freebsd/mountlist.c +++ b/sysdeps/freebsd/mountlist.c @@ -92,6 +92,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) static const char ignored[][17] = { "autofs", "devfs", + "fdescfs", "fusectl", "linprocfs", "linsysfs",