summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",