freebsd-dev/sys/fs
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
..
cd9660 Remove calls to vfs_export() for exporting a filesystem for NFS mounting 2006-05-26 00:32:21 +00:00
coda Since DELAY() was moved, most <machine/clock.h> #includes have been 2006-05-16 14:37:58 +00:00
deadfs - Deadfs should not use the std GETWRITEMOUNT routine. Add one that always 2006-02-22 06:11:59 +00:00
devfs Remove unused prototypes. 2006-04-12 12:17:29 +00:00
fdescfs Restore the ability to mount procfs and fdescfs filesystems via the 2006-05-15 19:42:10 +00:00
fifofs Add a_fdidx to comment prototype for fifo_open(). 2006-03-15 10:15:35 +00:00
hpfs I ran into an nfs client panic a couple of times in a row over the 2006-01-17 17:29:03 +00:00
msdosfs mount_msdosfs.c: 2006-06-01 02:25:00 +00:00
ntfs Remove calls to vfs_export() for exporting a filesystem for NFS mounting 2006-05-26 00:32:21 +00:00
nullfs Remove incorrect null_checkexp() routine. This 2006-05-28 22:45:52 +00:00
nwfs Call vm_object_page_clean() with the object lock held. 2006-05-25 17:16:11 +00:00
portalfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
procfs Revision 1.4 set access for all sensitive files in /proc/<PID> to mode 0 2006-05-24 14:03:51 +00:00
pseudofs Restore the ability to mount procfs and fdescfs filesystems via the 2006-05-15 19:42:10 +00:00
smbfs Enable inadvertantly disabled "securenet" access controls in ypserv. [1] 2006-05-31 22:32:22 +00:00
udf Remove calls to vfs_export() for exporting a filesystem for NFS mounting 2006-05-26 01:21:51 +00:00
umapfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00
unionfs Normalize a significant number of kernel malloc type names: 2005-10-31 15:41:29 +00:00