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",