From owner-cvs-src@FreeBSD.ORG Wed Nov 23 15:19:52 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4589516A41F; Wed, 23 Nov 2005 15:19:52 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vbook.fbsd.ru (swsoft-mipt-nat.sw.ru [195.214.233.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5587E43D69; Wed, 23 Nov 2005 15:19:49 +0000 (GMT) (envelope-from vova@vbook.fbsd.ru) Received: from vova by vbook.fbsd.ru with local (Exim 4.54 (FreeBSD)) id 1EewPT-00016Q-PY; Wed, 23 Nov 2005 18:19:47 +0300 From: Vladimir Grebenschikov To: Craig Rodrigues In-Reply-To: <200511182234.jAIMYVdY042350@repoman.freebsd.org> References: <200511182234.jAIMYVdY042350@repoman.freebsd.org> Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable Organization: SWsoft Date: Wed, 23 Nov 2005 18:19:45 +0300 Message-Id: <1132759185.4123.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.4.1 FreeBSD GNOME Team Port Sender: Vladimir Grebenschikov Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/fs/msdosfs msdosfs_vfsops.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vova@fbsd.ru List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 15:19:52 -0000 =F7 =D0=D4, 18/11/2005 =D7 22:34 +0000, Craig Rodrigues =D0=C9=DB=C5=D4: > rodrigc 2005-11-18 22:34:31 UTC >=20 > FreeBSD src repository >=20 > Modified files: > sys/fs/msdosfs msdosfs_vfsops.c=20 > 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 "long= names", > but the kernel nmount() checked for "shortname" and "longname". > So, make the kernel accept "shortnames", "longnames", "shortname", "lon= gname" > for forwards and backwarsd compatibility. > =20 > Discovered by: Rainer Hurling Probably same problem exists with mount_smb now. Long names converted to 8.3 form that is not desired, but both -o longname and -o longnames does not accepted. Any hints ? --=20 Vladimir B. Grebenschikov vova@fbsd.ru