Added binfmt_misc to the filesystem blacklist.

This commit is contained in:
Michael Jung 2005-07-01 15:39:32 +00:00 committed by Alexandre Julliard
parent db56189f24
commit 12c08baf59
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ static const char * const ignored_fstypes[] = {
"swap",
"usbdevfs",
"rpc_pipefs",
"binfmt_misc",
NULL
};