Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932326AbWCVSzG (ORCPT ); Wed, 22 Mar 2006 13:55:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932332AbWCVSzF (ORCPT ); Wed, 22 Mar 2006 13:55:05 -0500 Received: from xenotime.net ([66.160.160.81]:37561 "HELO xenotime.net") by vger.kernel.org with SMTP id S932326AbWCVSzE (ORCPT ); Wed, 22 Mar 2006 13:55:04 -0500 Date: Wed, 22 Mar 2006 10:57:12 -0800 From: "Randy.Dunlap" To: Linus Torvalds Cc: James.Bottomley@SteelEye.com, akpm@osdl.org, linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org Subject: Re: [GIT PATCH] pending SCSI updates for post 2.6.16 Message-Id: <20060322105712.a556008c.rdunlap@xenotime.net> In-Reply-To: References: <1142956795.4377.19.camel@mulgrave.il.steeleye.com> <20060322083647.cc0ccdd4.rdunlap@xenotime.net> Organization: YPO4 X-Mailer: Sylpheed version 2.2.2 (GTK+ 2.8.3; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1549 Lines: 52 On Wed, 22 Mar 2006 10:49:52 -0800 (PST) Linus Torvalds wrote: > > > On Wed, 22 Mar 2006, Randy.Dunlap wrote: > > > > Can we get a SCSI_DEBUG link order change (or force it to not > > built-in)? > > Just something like this? Or did you have something else in mind? > > (Pls test and ack). Yes, that's what I sent to Andrew and James. Already tested. Signed-off-by: Randy Dunlap Thanks. > Linus > > ---- > diff --git a/drivers/scsi/Makefile b/drivers/scsi/Makefile > index 15dc2e0..4f907da 100644 > --- a/drivers/scsi/Makefile > +++ b/drivers/scsi/Makefile > @@ -117,7 +117,6 @@ obj-$(CONFIG_SCSI_PPA) += ppa.o > obj-$(CONFIG_SCSI_IMM) += imm.o > obj-$(CONFIG_JAZZ_ESP) += NCR53C9x.o jazz_esp.o > obj-$(CONFIG_SUN3X_ESP) += NCR53C9x.o sun3x_esp.o > -obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o > obj-$(CONFIG_SCSI_FCAL) += fcal.o > obj-$(CONFIG_SCSI_LASI700) += 53c700.o lasi700.o > obj-$(CONFIG_SCSI_NSP32) += nsp32.o > @@ -148,6 +147,8 @@ obj-$(CONFIG_BLK_DEV_SR) += sr_mod.o > obj-$(CONFIG_CHR_DEV_SG) += sg.o > obj-$(CONFIG_CHR_DEV_SCH) += ch.o > > +obj-$(CONFIG_SCSI_DEBUG) += scsi_debug.o > + > scsi_mod-y += scsi.o hosts.o scsi_ioctl.o constants.o \ > scsicam.o scsi_error.o scsi_lib.o \ > scsi_scan.o scsi_sysfs.o \ > - --- ~Randy - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/