From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: [PATCH] Mark i2o config broken on 64-bit platforms. Date: Thu, 10 Jul 2008 11:23:41 -0400 Message-ID: <20080710152341.GG15464@devserv.devel.redhat.com> References: <20080710121350.52d854c7@the-village.bc.nu> <20080709113547.19235.15424.stgit@warthog.procyon.org.uk> <4561.1215612914@redhat.com> <20080709164929.799e4e05@the-village.bc.nu> <1215630402.18506.10.camel@localhost.localdomain> <27706.1215691933@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([66.187.233.31]:46848 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751171AbYGJPY1 (ORCPT ); Thu, 10 Jul 2008 11:24:27 -0400 Content-Disposition: inline In-Reply-To: <27706.1215691933@redhat.com> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: David Howells Cc: Alan Cox , Miquel van Smoorenburg , akpm@linux-foundation.org, alan@redhat.com, Markus.Lidel@shadowconnect.com, vvs@sw.ru, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org On Thu, Jul 10, 2008 at 01:12:13PM +0100, David Howells wrote: > > Alan Cox wrote: > > > -static inline int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, > > - size_t len, gfp_t gfp_mask) > > ... > > +extern int i2o_dma_alloc(struct device *dev, struct i2o_dma *addr, size_t len); > > But where is it now? Have you forgotten to attach a new file? i2o/memory.c > perhaps? Yes.. hold on a moment 8)