From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261458AbVEEXxZ (ORCPT ); Thu, 5 May 2005 19:53:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261976AbVEEXxZ (ORCPT ); Thu, 5 May 2005 19:53:25 -0400 Received: from s-utl01-nypop.stsn.com ([199.106.90.52]:61099 "HELO s-utl01-nypop.stsn.com") by vger.kernel.org with SMTP id S261944AbVEEXxV (ORCPT ); Thu, 5 May 2005 19:53:21 -0400 Subject: Re: [PATCH 2/3] add open iscsi netlink interface to iscsi transport class From: Arjan van de Ven To: Herbert Xu Cc: YOSHIFUJI Hideaki / ???? , michaelc@cs.wisc.edu, linux-scsi@vger.kernel.org, netdev@oss.sgi.com, linux-kernel@vger.kernel.org In-Reply-To: References: Content-Type: text/plain Date: Thu, 05 May 2005 07:45:47 -0400 Message-Id: <1115293547.6052.1.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.0.4 (2.0.4-4) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@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.