From owner-svn-src-all@FreeBSD.ORG Fri Nov 11 21:14:21 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A3A4106566C; Fri, 11 Nov 2011 21:14:21 +0000 (UTC) (envelope-from kostikbel@gmail.com) Received: from mail.zoral.com.ua (mx0.zoral.com.ua [91.193.166.200]) by mx1.freebsd.org (Postfix) with ESMTP id A8FF58FC1A; Fri, 11 Nov 2011 21:14:20 +0000 (UTC) Received: from alf.home (alf.kiev.zoral.com.ua [10.1.1.177]) by mail.zoral.com.ua (8.14.2/8.14.2) with ESMTP id pABLEENj024384 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 11 Nov 2011 23:14:15 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: from alf.home (kostik@localhost [127.0.0.1]) by alf.home (8.14.5/8.14.5) with ESMTP id pABLEEBS084464; Fri, 11 Nov 2011 23:14:14 +0200 (EET) (envelope-from kostikbel@gmail.com) Received: (from kostik@localhost) by alf.home (8.14.5/8.14.5/Submit) id pABLEEow084463; Fri, 11 Nov 2011 23:14:14 +0200 (EET) (envelope-from kostikbel@gmail.com) X-Authentication-Warning: alf.home: kostik set sender to kostikbel@gmail.com using -f Date: Fri, 11 Nov 2011 23:14:14 +0200 From: Kostik Belousov To: Xin LI Message-ID: <20111111211414.GL50300@deviant.kiev.zoral.com.ua> References: <201111112031.pABKVmas007553@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ovupWV8IBBMgtvuU" Content-Disposition: inline In-Reply-To: <201111112031.pABKVmas007553@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: clamav-milter 0.95.2 at skuns.kiev.zoral.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=-3.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on skuns.kiev.zoral.com.ua Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r227454 - head/sbin/newfs_msdos X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Nov 2011 21:14:21 -0000 --ovupWV8IBBMgtvuU Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Nov 11, 2011 at 08:31:48PM +0000, Xin LI wrote: > Author: delphij > Date: Fri Nov 11 20:31:48 2011 > New Revision: 227454 > URL: http://svn.freebsd.org/changeset/base/227454 >=20 > Log: > Use __packed to prevent alignment from taking place, which otherwise may > change the on-disk format in an incompatible way. Without this change, > msdosfs created on FreeBSD/arm would not be mountable. > =20 > PR: bin/162486 > Submitted by: Ian Lepore > Reported by: Mattia Rossi > MFC after: 3 days I suspect there is much more places with the similar issues. FAT structure definitions were not centralized, AFAIR. --ovupWV8IBBMgtvuU Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.18 (FreeBSD) iEYEARECAAYFAk69kCUACgkQC3+MBN1Mb4jqDACePz8/qHm1VoEiZLj6W0AbdU4q ZaoAoKgiS2ndKSLq52UZsN/Q9M2CHHr7 =GS9V -----END PGP SIGNATURE----- --ovupWV8IBBMgtvuU--