Added tmpfs to ignore list.

* mountlist.c: (ignore_mount_entry): Added tmpfs to ignore list.
This commit is contained in:
Jörgen Scheibengruber
2005-04-29 09:50:09 +00:00
parent adb38dd2a3
commit e8351bae05
2 changed files with 5 additions and 0 deletions

View File

@@ -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):

View File

@@ -549,6 +549,7 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
"procfs",
"supermount",
"sysfs",
"tmpfs",
"unknown",
"usbdevfs",
"usbfs"