freebsd-dev/sbin/mount_msdosfs
Craig Rodrigues 829b898c7c 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
2006-06-01 02:25:00 +00:00
..
Makefile Increase WARNS level to 6. 2005-11-13 03:25:39 +00:00
mount_msdosfs.8 Xref msdosfs(5) 2005-09-14 16:36:19 +00:00
mount_msdosfs.c mount_msdosfs.c: 2006-06-01 02:25:00 +00:00