From ad79ab95407dcf6622d2f1546fbcb267da35ff15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Dejean?= Date: Fri, 11 Mar 2005 14:54:11 +0000 Subject: [PATCH] Added mqueue to ignore list. * mountlist.c: (ignore_mount_entry): Added mqueue to ignore list. --- sysdeps/common/ChangeLog | 4 ++++ sysdeps/common/mountlist.c | 1 + 2 files changed, 5 insertions(+) diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 244b218f..4e64f0c6 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,7 @@ +2005-03-11 Benoît Dejean + + * mountlist.c: (ignore_mount_entry): Added mqueue to ignore list. + 2005-02-28 Benoît Dejean * fsusage.c: * Add support for file system read and write counting diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index 8cf21516..544a8878 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -542,6 +542,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) "binfmt_misc", "devpts", "mntfs", + "mqueue", "none", "openpromfs", "proc",