cvs commit: src/sys/fs/smbfs smbfs_vfsops.c

Tai-hwa Liang avatar at FreeBSD.org
Mon Dec 5 11:05:07 PST 2005


avatar      2005-12-05 19:05:06 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/smbfs         smbfs_vfsops.c 
  Log:
  Recent nmount(2) adoption in mount_smbfs(8) did not flag the "long" option
  since mount_smbfs(8) assumed long name mounting by default unless "-n long"
  was explicitly specified.
  
  Rather than supplying a "long" option in mount_smbfs(8), this commit brings
  back the original behaviour by associating SMBFS_MOUNT_NO_LONG with the
  "nolong" option.  This should fix the broken long file names on smbfs people
  observed recently.
  
  Reported by:    Vladimir Grebenschikov <vova at fbsd dot ru>
  Reviewed by:    phk
  Tested by:      Slawa Olhovchenkov <slw at zxy dot spb dot ru>
  
  Revision  Changes    Path
  1.38      +1 -3      src/sys/fs/smbfs/smbfs_vfsops.c


More information about the cvs-src mailing list