WSL2-Linux-Kernel/drivers/scsi/arm
Jeff Garzik f281233d3e SCSI host lock push-down
Move the mid-layer's ->queuecommand() invocation from being locked
with the host lock to being unlocked to facilitate speeding up the
critical path for drivers who don't need this lock taken anyway.

The patch below presents a simple SCSI host lock push-down as an
equivalent transformation.  No locking or other behavior should change
with this patch.  All existing bugs and locking orders are preserved.

Additionally, add one parameter to queuecommand,
	struct Scsi_Host *
and remove one parameter from queuecommand,
	void (*done)(struct scsi_cmnd *)

Scsi_Host* is a convenient pointer that most host drivers need anyway,
and 'done' is redundant to struct scsi_cmnd->scsi_done.

Minimal code disturbance was attempted with this change.  Most drivers
needed only two one-line modifications for their host lock push-down.

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Acked-by: James Bottomley <James.Bottomley@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2010-11-16 13:33:23 -08:00
..
Kconfig [ARM] rpc: acornscsi: fixup abort/reset methods, fix build errors 2008-07-03 14:25:56 +01:00
Makefile Remove the arm26 port 2007-07-31 15:39:39 -07:00
acornscsi-io.S [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 2008-08-07 09:55:48 +01:00
acornscsi.c SCSI host lock push-down 2010-11-16 13:33:23 -08:00
acornscsi.h [ARM] rpc: acornscsi: update to new style ecard driver 2008-07-03 14:25:57 +01:00
arxescsi.c [ARM] ecard: add ecardm_iomap() / ecardm_iounmap() 2007-05-11 17:19:02 +01:00
cumana_1.c [SCSI] Remove random noop unchecked_isa_dma users 2008-04-07 12:15:40 -05:00
cumana_2.c Merge branch 'master' into devel 2009-03-28 20:30:18 +00:00
eesox.c [ARM] dma: Use sensible DMA parameters for Acorn drivers 2008-12-11 16:37:06 +00:00
fas216.c SCSI host lock push-down 2010-11-16 13:33:23 -08:00
fas216.h SCSI host lock push-down 2010-11-16 13:33:23 -08:00
msgqueue.c Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
msgqueue.h Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
oak.c [ARM] rpc: update Acorn SCSI drivers to modern ecard interfaces 2007-07-20 21:29:33 +01:00
powertec.c [ARM] dma: Use sensible DMA parameters for Acorn drivers 2008-12-11 16:37:06 +00:00
queue.c [SCSI] scsi: Scsi_Cmnd convertion in arm subtree 2006-10-03 17:28:33 -05:00
queue.h [SCSI] scsi: Scsi_Cmnd convertion in arm subtree 2006-10-03 17:28:33 -05:00
scsi.h [SCSI] arm: convert to accessors and !use_sg cleanup 2008-02-07 18:02:34 -06:00