From 3d06443c2cbd6b13571deafcd38e03432b01f69c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Wed, 31 Jan 2007 21:01:54 +0000 Subject: [PATCH] Fixed order. Added objfs and ctfs. Closes #400557. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2007-01-31 Benoît Dejean * mountlist.c: (ignore_mount_entry): Fixed order. Added objfs and ctfs. Closes #400557. svn path=/trunk/; revision=2549 --- sysdeps/common/ChangeLog | 8 ++++++++ sysdeps/common/mountlist.c | 4 +++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 + + * mountlist.c: (ignore_mount_entry): + + Fixed order. + Added objfs and ctfs. + Closes #400557. + 2006-09-21 Benoît Dejean * 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",