diff options
-rw-r--r-- | sys/fs/smbfs/smbfs_vfsops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/smbfs/smbfs_vfsops.c b/sys/fs/smbfs/smbfs_vfsops.c index 0eb54c4..ac928ef 100644 --- a/sys/fs/smbfs/smbfs_vfsops.c +++ b/sys/fs/smbfs/smbfs_vfsops.c @@ -140,7 +140,7 @@ smbfs_cmount(struct mntarg *ma, void * data, int flags, struct thread *td) } static const char *smbfs_opts[] = { - "dev", "soft", "intr", "strongs", "have_nls", "long", + "dev", "soft", "intr", "strong", "have_nls", "long", "mountpoint", "rootpath", "uid", "gid", "file_mode", "dir_mode", "caseopt", NULL }; |