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:
Benoît Dejean
2007-03-16 22:53:05 +00:00
committed by Benoît Dejean
parent 2f6439a239
commit 82612af053
2 changed files with 10 additions and 0 deletions
+8
View File
@@ -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):
+2
View File
@@ -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",