rodrigc 2006-06-01 02:25:00 UTC FreeBSD src repository
Modified files: sys/fs/msdosfs msdosfs_vfsops.c sbin/mount_msdosfs mount_msdosfs.c Log: 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 Revision Changes Path 1.42 +0 -10 src/sbin/mount_msdosfs/mount_msdosfs.c 1.151 +1 -1 src/sys/fs/msdosfs/msdosfs_vfsops.c _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"