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:
@@ -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>
|
2005-04-26 Jörgen Scheibengruber <mfcn@gmx.de>
|
||||||
|
|
||||||
* mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list.
|
* mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list.
|
||||||
|
@@ -540,7 +540,10 @@ 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",
|
||||||
|
"devfs",
|
||||||
"devpts",
|
"devpts",
|
||||||
|
"linprocfs",
|
||||||
|
"mfs",
|
||||||
"mntfs",
|
"mntfs",
|
||||||
"mqueue",
|
"mqueue",
|
||||||
"none",
|
"none",
|
||||||
|
Reference in New Issue
Block a user