From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?SsO2cm4=?= Engel Subject: Re: [Patch 04/18] include/linux/logfs.h Date: Mon, 4 Jun 2007 11:12:45 +0200 Message-ID: <20070604091245.GF14823@lazybastard.org> References: <20070603183845.GA8952@lazybastard.org> <20070603184205.GE8952@lazybastard.org> <200706032342.27252.arnd@arndb.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org, akpm@osdl.org, Sam Ravnborg , John Stoffel , David Woodhouse , Jamie Lokier , Artem Bityutskiy , CaT , Jan Engelhardt , Evgeniy Polyakov , David Weinehall , Willy Tarreau , Kyle Moffett , Dongjun Shin , Pavel Machek , Bill Davidsen , Thomas Gleixner , Albert Cahalan , Pekka Enberg , Roland Dreier , Ondrej Zajicek , Ulisses Furquim To: Arnd Bergmann Return-path: Received: from lazybastard.de ([212.112.238.170]:56804 "EHLO longford.lazybastard.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751514AbXFDJRX (ORCPT ); Mon, 4 Jun 2007 05:17:23 -0400 Content-Disposition: inline In-Reply-To: <200706032342.27252.arnd@arndb.de> Sender: linux-fsdevel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Sun, 3 June 2007 23:42:25 +0200, Arnd Bergmann wrote: > On Sunday 03 June 2007, J=C3=B6rn Engel wrote: > > +struct logfs_je_spillout { > > +=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0__be64=C2=A0=C2=A0so_seg= ment[0]; > > +}__packed; >=20 > All the on-disk data structures you define in this file have naturall= y > aligned members, so the __packed attribute is not needed. Amen. It is purely paranoia and I don't even know who is out to get me= =2E > However, I think it causes gcc to generate larger and slower code > on some architectures, because now it has to assume that the data > structure itself has no more than byte alignment. >=20 > I'd simply remove all instances of __packed therefore. In order > to verify that you got it right in all cases, build with > '-Wpadded -Wpacked'. =46ine with me. Will do. J=C3=B6rn --=20 Ninety percent of everything is crap. -- Sturgeon's Law - To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html