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