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>
|
2006-09-21 Benoît Dejean <benoit@placenet.org>
|
||||||
|
|
||||||
* mountlist.c: (ignore_mount_entry):
|
* mountlist.c: (ignore_mount_entry):
|
||||||
|
@@ -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",
|
||||||
|
Reference in New Issue
Block a user