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>
|
||||
|
||||
* 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] = {
|
||||
"autofs",
|
||||
"binfmt_misc",
|
||||
"devfs",
|
||||
"devpts",
|
||||
"linprocfs",
|
||||
"mfs",
|
||||
"mntfs",
|
||||
"mqueue",
|
||||
"none",
|
||||
|
Reference in New Issue
Block a user