Added openpromfs.

* mountlist.c: (ignore_mount_entry): Added openpromfs.
This commit is contained in:
Benoît Dejean
2004-09-22 22:20:31 +00:00
parent edb1e6a773
commit c29887d4b0
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-09-23 Benoît Dejean <tazforever@dlfp.org>
* mountlist.c: (ignore_mount_entry): Added openpromfs.
2004-09-22 Benoît Dejean <tazforever@dlfp.org>
* fsusage.c: (glibtop_get_fsusage_s): Linux: Sanitize. Removed calls

View File

@@ -536,7 +536,8 @@ static gboolean ignore_mount_entry(const struct mount_entry *me)
"usbdevfs",
"binfmt_misc",
"supermount",
"mntfs"
"mntfs",
"openpromfs"
};
const char (*i)[12] = &ignored[0];