linux/drivers/scsi/pcmcia
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 [SCSI] aha152x: enable PCMCIA on 64bit 2010-10-07 17:23:33 -05:00
Makefile
aha152x_core.c
aha152x_stub.c pcmcia: avoid messages on module (un)loading 2010-09-29 17:20:25 +02:00
fdomain_core.c
fdomain_stub.c pcmcia: move driver name to struct pcmcia_driver 2010-09-29 17:20:24 +02:00
nsp_cs.c SCSI host lock push-down 2010-11-16 13:33:23 -08:00
nsp_cs.h SCSI host lock push-down 2010-11-16 13:33:23 -08:00
nsp_debug.c [SCSI] replace __FUNCTION__ with __func__ 2008-07-27 10:31:49 -04:00
nsp_io.h
nsp_message.c
qlogic_stub.c pcmcia: move driver name to struct pcmcia_driver 2010-09-29 17:20:24 +02:00
sym53c500_cs.c SCSI host lock push-down 2010-11-16 13:33:23 -08:00