Added mntfs to ignore list

* mountlist.c: (ignore_mount_entry): Added mntfs to ignore list
This commit is contained in:
Benoît Dejean
2004-09-22 11:16:42 +00:00
parent 831f0e7d68
commit 339b79b100
2 changed files with 6 additions and 1 deletions

View File

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