diff options
Diffstat (limited to 'sys/compat/linux/linux_file.c')
-rw-r--r-- | sys/compat/linux/linux_file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/linux/linux_file.c b/sys/compat/linux/linux_file.c index bf13cfd..dbbf885 100644 --- a/sys/compat/linux/linux_file.c +++ b/sys/compat/linux/linux_file.c @@ -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); } |