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",
|
"swap",
|
||||||
"usbdevfs",
|
"usbdevfs",
|
||||||
"rpc_pipefs",
|
"rpc_pipefs",
|
||||||
|
"binfmt_misc",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue