From 82612af05342fc769091809a5879b5b6e82086ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Fri, 16 Mar 2007 22:53:05 +0000 Subject: Ignore securityfs and fusectl. Patch by Fryderyk Dziarmagowski MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-03-16 Benoît Dejean * mountlist.c: (ignore_mount_entry): Ignore securityfs and fusectl. Patch by Fryderyk Dziarmagowski Closes #418718. svn path=/trunk/; revision=2567 --- sysdeps/common/ChangeLog | 8 ++++++++ sysdeps/common/mountlist.c | 2 ++ 2 files changed, 10 insertions(+) diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 353ddf3a..1dfeda42 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,11 @@ +2007-03-16 Benoît Dejean + + * mountlist.c: (ignore_mount_entry): + + Ignore securityfs and fusectl. + Patch by Fryderyk Dziarmagowski + Closes #418718. + 2007-02-10 Benoît Dejean * fsusage.c: (glibtop_get_fsusage_s): diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index 90a17c0f..a2dade12 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -543,6 +543,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) "ctfs", "devfs", "devpts", + "fusectl", "linprocfs", "mfs", "mntfs", @@ -553,6 +554,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) "openpromfs", "proc", "procfs", + "securityfs", "supermount", "sysfs", "tmpfs", -- cgit v1.2.1