Ignores unkown file system type.

* mountlist.c: (ignore_mount_entry): Ignores unkown file system type.
This commit is contained in:
Benoît Dejean
2004-12-09 15:57:44 +00:00
parent c09e2fdead
commit 8a4fd3c971
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2004-12-09 Benoît Dejean <tazforever@dlfp.org>
* mountlist.c: (ignore_mount_entry): Ignores "unkown" file system type.
2004-09-24 Benoît Dejean <tazforever@dlfp.org>
* fsusage.c: (glibtop_get_fsusage_s): Fixed .block_size on Solaris.

View File

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