diff options
author | Jörgen Scheibengruber <mfcn@src.gnome.org> | 2005-04-29 09:50:09 +0000 |
---|---|---|
committer | Jörgen Scheibengruber <mfcn@src.gnome.org> | 2005-04-29 09:50:09 +0000 |
commit | e8351bae059a29836d87546c9547ad82df156fcd (patch) | |
tree | 72195baf39e4a3be16ce4f1c11365d7ed640239c /sysdeps/common | |
parent | adb38dd2a36ee6e27a88823002a1dc8ed6271a10 (diff) | |
download | libgtop-e8351bae059a29836d87546c9547ad82df156fcd.tar.gz |
Added tmpfs to ignore list.
* mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list.
Diffstat (limited to 'sysdeps/common')
-rw-r--r-- | sysdeps/common/ChangeLog | 4 | ||||
-rw-r--r-- | sysdeps/common/mountlist.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/common/ChangeLog b/sysdeps/common/ChangeLog index 6f08dea0..84a7b5d6 100644 --- a/sysdeps/common/ChangeLog +++ b/sysdeps/common/ChangeLog @@ -1,3 +1,7 @@ +2005-04-26 Jörgen Scheibengruber <mfcn@gmx.de> + + * mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list. + 2005-03-25 Benoît Dejean <TazForEver@dlfp.org> * error.c: (glibtop_error_io_vr), (glibtop_warn_io_vr): diff --git a/sysdeps/common/mountlist.c b/sysdeps/common/mountlist.c index 544a8878..b486b02a 100644 --- a/sysdeps/common/mountlist.c +++ b/sysdeps/common/mountlist.c @@ -549,6 +549,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me) "procfs", "supermount", "sysfs", + "tmpfs", "unknown", "usbdevfs", "usbfs" |