From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arjan van de Ven Subject: Re: [PATCH 2/3] add open iscsi netlink interface to iscsi transport class Date: Thu, 05 May 2005 07:45:47 -0400 Message-ID: <1115293547.6052.1.camel@localhost.localdomain> References: Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: YOSHIFUJI Hideaki / ???? , michaelc@cs.wisc.edu, linux-scsi@vger.kernel.org, netdev@oss.sgi.com, linux-kernel@vger.kernel.org Return-path: To: Herbert Xu In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Thu, 2005-05-05 at 21:39 +1000, Herbert Xu wrote: > YOSHIFUJI Hideaki / ???? wrote: > > In article <42798AC1.2010308@cs.wisc.edu> (at Wed, 04 May 2005 19:53:53 -0700), Mike Christie says: > > > >> +struct iscsi_uevent { > > : > >> +} __attribute__ ((aligned (sizeof(unsigned long)))); > > > > I think it'd be better to use sizeof(uint64_t) or something. > > Is there a benefit in aligning on 64-bit boundaries for 32-bit platforms? why align at all as opposed to just letting the compiler figure it out.