cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c

Poul-Henning Kamp phk at FreeBSD.org
Mon Dec 6 11:05:49 PST 2004


phk         2004-12-06 19:05:49 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_vfsops.c 
  Log:
  Convert msdosfs to nmount.
  
  Add a vfs_cmount() function which converts omount argument stucture
  to nmount arguments.
  
  Convert vfs_omount() to vfs_mount() and parse nmount arguments.
  
  This is 100% compatible with existing userland.
  
  Later on, but before userland gets converted to nmount we may want
  to revisit the names of the mountoptions, for instance it may make
  sense to use consistent options for charset conversion etc.
  
  Revision  Changes    Path
  1.134     +120 -74   src/sys/fs/msdosfs/msdosfs_vfsops.c


More information about the cvs-src mailing list