diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index c191e99f..ade297ac 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,7 @@ +2004-09-22 Benoît Dejean + + * mountlist.c: (ignore_mount_entry): Added mntfs to ignore list. + 2004-09-21 Benoît Dejean * fsusage.c: (_glibtop_get_fsusage_read_write), diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index 41d79be9..a379dabc 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -535,7 +535,8 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) "devpts", "usbdevfs", "binfmt_misc", - "supermount" + "supermount", + "mntfs" }; const char (*i)[12] = &ignored[0];