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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to