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

Craig Rodrigues rodrigc at FreeBSD.org
Fri Nov 18 22:34:31 GMT 2005


rodrigc     2005-11-18 22:34:31 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/msdosfs       msdosfs_vfsops.c 
  Log:
  Add "shortnames" and "longnames" mount options which are
  synonyms for "shortname" and "longname" mount options.  The old
  (before nmount()) mount_msdosfs program accepted "shortnames" and "longnames",
  but the kernel nmount() checked for "shortname" and "longname".
  So, make the kernel accept "shortnames", "longnames", "shortname", "longname"
  for forwards and backwarsd compatibility.
  
  Discovered by:  Rainer Hurling <rhurlin at gwdg dot de>
  
  Revision  Changes    Path
  1.148     +5 -1      src/sys/fs/msdosfs/msdosfs_vfsops.c


More information about the cvs-src mailing list