From 339b79b1001430cc6b2f0088249c1e6a61b0d89a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Wed, 22 Sep 2004 11:16:42 +0000 Subject: [PATCH] Added mntfs to ignore list * mountlist.c: (ignore_mount_entry): Added mntfs to ignore list --- sysdeps/common/ChangeLog | 4 ++++ sysdeps/common/mountlist.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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];