Ignore securityfs and fusectl. Patch by Fryderyk Dziarmagowski
2007-03-16 Benoît Dejean <benoit@placenet.org> * mountlist.c: (ignore_mount_entry): Ignore securityfs and fusectl. Patch by Fryderyk Dziarmagowski <freetz@gmx.net> Closes #418718. svn path=/trunk/; revision=2567
This commit is contained in:
committed by
Benoît Dejean
parent
2f6439a239
commit
82612af053
@@ -1,3 +1,11 @@
|
||||
2007-03-16 Benoît Dejean <benoit@placenet.org>
|
||||
|
||||
* mountlist.c: (ignore_mount_entry):
|
||||
|
||||
Ignore securityfs and fusectl.
|
||||
Patch by Fryderyk Dziarmagowski <freetz@gmx.net>
|
||||
Closes #418718.
|
||||
|
||||
2007-02-10 Benoît Dejean <benoit@placenet.org>
|
||||
|
||||
* fsusage.c: (glibtop_get_fsusage_s):
|
||||
|
||||
@@ -543,6 +543,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
|
||||
"ctfs",
|
||||
"devfs",
|
||||
"devpts",
|
||||
"fusectl",
|
||||
"linprocfs",
|
||||
"mfs",
|
||||
"mntfs",
|
||||
@@ -553,6 +554,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
|
||||
"openpromfs",
|
||||
"proc",
|
||||
"procfs",
|
||||
"securityfs",
|
||||
"supermount",
|
||||
"sysfs",
|
||||
"tmpfs",
|
||||
|
||||
Reference in New Issue
Block a user