diff --git a/sys/kern/vfs_mount.c b/sys/kern/vfs_mount.c index 88a16d2d9326..607bdbee661a 100644 --- a/sys/kern/vfs_mount.c +++ b/sys/kern/vfs_mount.c @@ -127,6 +127,7 @@ struct vnode *rootvnode; * Global opts, taken by all filesystems */ static const char *global_opts[] = { + "errmsg", "fstype", "fspath", "rdonly", @@ -134,6 +135,7 @@ static const char *global_opts[] = { "rw", "suid", "exec", + "update", NULL };