Date: Mon, 5 Dec 2005 19:05:06 +0000 (UTC) From: Tai-hwa Liang <avatar@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/smbfs smbfs_vfsops.c Message-ID: <200512051905.jB5J5686046103@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512051905.jB5J5686046103>