Ignores unkown file system type.
* mountlist.c: (ignore_mount_entry): Ignores unkown file system type.
This commit is contained in:
@@ -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.
|
||||
|
@@ -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];
|
||||
|
Reference in New Issue
Block a user