summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_vfsops.c
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2006-06-01 02:25:00 +0000
committerrodrigc <rodrigc@FreeBSD.org>2006-06-01 02:25:00 +0000
commitf00265f1ccdb2962efbd975f701707ee440c3d2c (patch)
treef0d42e1a04e4b5102490929afe44c9f5d09cc9b9 /sys/fs/msdosfs/msdosfs_vfsops.c
parent987bc104a2f8192f833a6c6a6760b0707e1afa43 (diff)
downloadFreeBSD-src-f00265f1ccdb2962efbd975f701707ee440c3d2c.zip
FreeBSD-src-f00265f1ccdb2962efbd975f701707ee440c3d2c.tar.gz
mount_msdosfs.c:
- remove call to getmntopts(), and just pass -o options to nmount(). This removes some confusion as to what options msdosfs can parse, by pushing the responsibility of option parsing to the VFS and FS specific code in the kernel. msdosfs_vfsops.c: - add "force" and "sync" to msdosfs_opts. They used to be specified in mount_msdosfs.c, so move them here. It's not clear whethere these options should be placed into global_opts in vfs_mount.c or not. Motivated by: marcus
Diffstat (limited to 'sys/fs/msdosfs/msdosfs_vfsops.c')
-rw-r--r--sys/fs/msdosfs/msdosfs_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_vfsops.c b/sys/fs/msdosfs/msdosfs_vfsops.c
index a07b567..c9efa90 100644
--- a/sys/fs/msdosfs/msdosfs_vfsops.c
+++ b/sys/fs/msdosfs/msdosfs_vfsops.c
@@ -79,7 +79,7 @@
/* List of mount options we support */
static const char *msdosfs_opts[] = {
"from",
- "export",
+ "export", "force", "sync",
"uid", "gid", "mask", "dirmask",
"shortname", "shortnames", "longname", "longnames", "nowin95", "win95",
"kiconv", "cs_win", "cs_dos", "cs_local",
OpenPOWER on IntegriCloud