From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755582Ab0CETBr (ORCPT ); Fri, 5 Mar 2010 14:01:47 -0500 Received: from mga10.intel.com ([192.55.52.92]:20048 "EHLO fmsmga102.fm.intel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754178Ab0CETBq (ORCPT ); Fri, 5 Mar 2010 14:01:46 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.49,588,1262592000"; d="scan'208";a="546472509" Date: Fri, 5 Mar 2010 18:37:24 +0000 From: Alan Cox To: Bartlomiej Zolnierkiewicz Cc: Jeff Garzik , Andrew Morton , Linus Torvalds , linux-ide@vger.kernel.org, LKML Subject: Re: [git patches] libata updates for 2.6.34 Message-ID: <20100305183724.37b6f820@linux.intel.com> In-Reply-To: <201003051958.24987.bzolnier@gmail.com> References: <20100301202330.GA14977@havoc.gtf.org> <201003051958.24987.bzolnier@gmail.com> Organization: Intel X-Mailer: Claws Mail 3.7.4 (GTK+ 2.18.6; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > + const struct ata_port_info * const * ppi, > > + struct scsi_host_template *sht, void *host_priv, > > int hflags); > > 'int' type is not equal 'unsigned long' one on 64-bit architectures. Agreed should indeed be a ulong. > Besides doing it this way is clearly suboptimal In your opinion - see previous discussion of this.