Date: Thu, 1 Jun 2006 02:25:00 +0000 (UTC) From: Craig Rodrigues <rodrigc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c src/sbin/mount_msdosfs mount_msdosfs.c Message-ID: <200606010225.k512P0bN019775@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606010225.k512P0bN019775>