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:
committed by
Benoît Dejean
parent
3f49e555fc
commit
3d06443c2c
@@ -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):
|
||||
|
@@ -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",
|
||||
|
Reference in New Issue
Block a user