summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysdeps/common/ChangeLog8
-rw-r--r--sysdeps/common/mountlist.c2
2 files changed, 10 insertions, 0 deletions
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 <benoit@placenet.org>
+
+ * mountlist.c: (ignore_mount_entry):
+
+ Ignore securityfs and fusectl.
+ Patch by Fryderyk Dziarmagowski <freetz@gmx.net>
+ Closes #418718.
+
2007-02-10 Benoît Dejean <benoit@placenet.org>
* 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",