From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: PATCH [1/1] cciss: auto engage scsi subsystem for tape support Date: Thu, 29 Sep 2011 16:54:17 -0700 Message-ID: <20110929165417.59fc03c7.akpm00@gmail.com> References: <20110916213200.GA24786@beardog.cce.hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20110916213200.GA24786@beardog.cce.hp.com> Sender: linux-kernel-owner@vger.kernel.org To: Mike Miller Cc: Jens Axboe , LKML , LKML-scsi , scameron@beardog.cce.hp.com, thenzel@redhat.com List-Id: linux-scsi@vger.kernel.org On Fri, 16 Sep 2011 16:32:00 -0500 Mike Miller wrote: > > commit 608b0262ce818901b931d7e6534aad375c698924 > Author: Stephen M. Cameron > Date: Mon Aug 29 13:27:46 2011 -0500 > > cciss: auto engage scsi mid-layer > > Acked-by: Mike Miller Nobody seems to have applied this to anything. The patch has no signoffs. The changelog is awful. What are the end-user-visible effects of this change? How is anyone supposed to tell? > --- a/drivers/block/cciss_scsi.c > +++ b/drivers/block/cciss_scsi.c > @@ -1720,5 +1720,6 @@ static int cciss_eh_abort_handler(struct scsi_cmnd *scsicmd) > /* If no tape support, then these become defined out of existence */ > > #define cciss_scsi_setup(cntl_num) > +#define cciss_engage_scsi(h) > > #endif /* CONFIG_CISS_SCSI_TAPE */ cciss #includes .c files? I can't believe you did that :(