Added mntfs to ignore list

* mountlist.c: (ignore_mount_entry): Added mntfs to ignore list
This commit is contained in:
Benoît Dejean
2004-09-22 11:16:42 +00:00
parent 831f0e7d68
commit 339b79b100
2 changed files with 6 additions and 1 deletions

View File

@@ -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),

View File

@@ -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];