summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenoît Dejean <benoit@placenet.org>2007-01-31 21:01:54 +0000
committerBenoît Dejean <bdejean@src.gnome.org>2007-01-31 21:01:54 +0000
commit3d06443c2cbd6b13571deafcd38e03432b01f69c (patch)
tree309d912ff6baf3fb2ad6dcee0dd2b4c4719ff2ea
parent3f49e555fca60003a22f2debaf123ebd2b561b93 (diff)
downloadlibgtop-3d06443c2cbd6b13571deafcd38e03432b01f69c.tar.gz
Fixed order. Added objfs and ctfs. Closes #400557.
2007-01-31 Benoît Dejean <benoit@placenet.org> * mountlist.c: (ignore_mount_entry): Fixed order. Added objfs and ctfs. Closes #400557. svn path=/trunk/; revision=2549
-rw-r--r--sysdeps/common/ChangeLog8
-rw-r--r--sysdeps/common/mountlist.c4
2 files changed, 11 insertions, 1 deletions
diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog
index ed65e678..eda00163 100644
--- a/sysdeps/common/ChangeLog
+++ b/sysdeps/common/ChangeLog
@@ -1,3 +1,11 @@
+2007-01-31 Benoît Dejean <benoit@placenet.org>
+
+ * mountlist.c: (ignore_mount_entry):
+
+ Fixed order.
+ Added objfs and ctfs.
+ Closes #400557.
+
2006-09-21 Benoît Dejean <benoit@placenet.org>
* mountlist.c: (ignore_mount_entry):
diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c
index db129b02..90a17c0f 100644
--- a/sysdeps/common/mountlist.c
+++ b/sysdeps/common/mountlist.c
@@ -540,14 +540,16 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
static const char ignored[][12] = {
"autofs",
"binfmt_misc",
+ "ctfs",
"devfs",
"devpts",
"linprocfs",
"mfs",
"mntfs",
"mqueue",
- "nsfd",
"none",
+ "nsfd",
+ "objfs",
"openpromfs",
"proc",
"procfs",