Added binfmt_misc to the filesystem blacklist.
This commit is contained in:
parent
db56189f24
commit
12c08baf59
|
@ -58,6 +58,7 @@ static const char * const ignored_fstypes[] = {
|
|||
"swap",
|
||||
"usbdevfs",
|
||||
"rpc_pipefs",
|
||||
"binfmt_misc",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue