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
This commit is contained in:
Benoît Dejean
2007-01-31 21:01:54 +00:00
committed by Benoît Dejean
parent 3f49e555fc
commit 3d06443c2c
2 changed files with 11 additions and 1 deletions

View File

@@ -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> 2006-09-21 Benoît Dejean <benoit@placenet.org>
* mountlist.c: (ignore_mount_entry): * mountlist.c: (ignore_mount_entry):

View File

@@ -540,14 +540,16 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
static const char ignored[][12] = { static const char ignored[][12] = {
"autofs", "autofs",
"binfmt_misc", "binfmt_misc",
"ctfs",
"devfs", "devfs",
"devpts", "devpts",
"linprocfs", "linprocfs",
"mfs", "mfs",
"mntfs", "mntfs",
"mqueue", "mqueue",
"nsfd",
"none", "none",
"nsfd",
"objfs",
"openpromfs", "openpromfs",
"proc", "proc",
"procfs", "procfs",