Added mntfs to ignore list
* mountlist.c: (ignore_mount_entry): Added mntfs to ignore list
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-09-22 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
|
* mountlist.c: (ignore_mount_entry): Added mntfs to ignore list.
|
||||||
|
|
||||||
2004-09-21 Benoît Dejean <tazforever@dlfp.org>
|
2004-09-21 Benoît Dejean <tazforever@dlfp.org>
|
||||||
|
|
||||||
* fsusage.c: (_glibtop_get_fsusage_read_write),
|
* fsusage.c: (_glibtop_get_fsusage_read_write),
|
||||||
|
@@ -535,7 +535,8 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
|
|||||||
"devpts",
|
"devpts",
|
||||||
"usbdevfs",
|
"usbdevfs",
|
||||||
"binfmt_misc",
|
"binfmt_misc",
|
||||||
"supermount"
|
"supermount",
|
||||||
|
"mntfs"
|
||||||
};
|
};
|
||||||
|
|
||||||
const char (*i)[12] = &ignored[0];
|
const char (*i)[12] = &ignored[0];
|
||||||
|
Reference in New Issue
Block a user