Do not blindly pass linux filesystem specific mount data across.
This commit is contained in:
parent
0b04552e35
commit
ebb024738d
@ -798,7 +798,7 @@ linux_mount(struct thread *td, struct linux_mount_args *args)
|
||||
"fspath", mntonname,
|
||||
NULL);
|
||||
} else
|
||||
error = vfs_mount(td, fstypename, mntonname, fsflags, fsdata);
|
||||
error = EOPNOTSUPP;
|
||||
return (error);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user