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