]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mount_msdosfs.c:
authorrodrigc <rodrigc@FreeBSD.org>
Thu, 1 Jun 2006 02:25:00 +0000 (02:25 +0000)
committerrodrigc <rodrigc@FreeBSD.org>
Thu, 1 Jun 2006 02:25:00 +0000 (02:25 +0000)
commitf00265f1ccdb2962efbd975f701707ee440c3d2c
treef0d42e1a04e4b5102490929afe44c9f5d09cc9b9
parent987bc104a2f8192f833a6c6a6760b0707e1afa43
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
sbin/mount_msdosfs/mount_msdosfs.c
sys/fs/msdosfs/msdosfs_vfsops.c