From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753320AbYBCUGI (ORCPT ); Sun, 3 Feb 2008 15:06:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751808AbYBCUFz (ORCPT ); Sun, 3 Feb 2008 15:05:55 -0500 Received: from pasmtpb.tele.dk ([80.160.77.98]:57116 "EHLO pasmtpB.tele.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751498AbYBCUFy (ORCPT ); Sun, 3 Feb 2008 15:05:54 -0500 Date: Sun, 3 Feb 2008 21:05:58 +0100 From: Sam Ravnborg To: James Bottomley Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Jens Axboe , Hannes Reinecke , Christoph Hellwig Subject: Re: [patch] scsi: fix spurious build failures in aic7xxx Message-ID: <20080203200558.GC2648@uranus.ravnborg.org> References: <20080201225056.GA18302@elte.hu> <20080202135935.GA23838@uranus.ravnborg.org> <20080202140326.GA6544@elte.hu> <20080202140630.GA7939@elte.hu> <20080202141857.GA8635@elte.hu> <20080202162611.GA24765@uranus.ravnborg.org> <20080202171020.GB12748@elte.hu> <20080203045441.GA12128@elte.hu> <20080203074143.GA19981@uranus.ravnborg.org> <1202066623.3318.95.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1202066623.3318.95.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.1i Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 03, 2008 at 01:23:42PM -0600, James Bottomley wrote: > On Sun, 2008-02-03 at 02:41 -0500, Sam Ravnborg wrote: > > Thanks for testing Ingo. > > > > James - I plan to submit this via kbuild.git in about 10 > > hours. > > Let me know if you would like it to go in via scsi and I > > will drop you an updated patch (need to elaboarte a bit more > > in > > the commit message). > > Sure, the changes look fine .. and will not conflict with anything > pending I currently have. You can add my acked-by if you want. Thanks - will do so. > > Please also note the @steeleye.com email address doesn't come to me any > more, so this email had to be forwarded. OK. Can I ask you to fix these: Documentation/DocBook/scsi.tmpl: James.Bottomley@steeleye.com Documentation/scsi/scsi_mid_low_api.txt: James Bottomley drivers/base/attribute_container.c: * Copyright (c) 2005 - James Bottomley drivers/base/transport_class.c: * Copyright (c) 2005 - James Bottomley drivers/scsi/raid_class.c: * Copyright (c) 2005 - James Bottomley include/linux/attribute_container.h: * Copyright (c) 2005 - James Bottomley include/linux/raid_class.h: * Copyright (c) 2005 - James Bottomley include/linux/transport_class.h: * Copyright (c) 2005 - James Bottomley Sam