Also ignores linprocfs, mfs and devfs. Closes #331856. Patch by Andreas

* mountlist.c: (ignore_mount_entry): Also ignores linprocfs, mfs
	and devfs.
	Closes #331856.
	Patch by Andreas Kohn <andreas.kohn@gmail.com>
This commit is contained in:
Benoît Dejean
2006-02-21 09:06:40 +00:00
parent 35030c878b
commit 29adf02352
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
2006-02-21 Benoît Dejean <benoit@placenet.org>
* mountlist.c: (ignore_mount_entry): Also ignores linprocfs, mfs
and devfs.
Closes #331856.
Patch by Andreas Kohn <andreas.kohn@gmail.com>
2005-04-26 Jörgen Scheibengruber <mfcn@gmx.de>
* mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list.

View File

@@ -540,7 +540,10 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
static const char ignored[][12] = {
"autofs",
"binfmt_misc",
"devfs",
"devpts",
"linprocfs",
"mfs",
"mntfs",
"mqueue",
"none",