alistair23-linux/drivers/scsi/qla4xxx
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] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
Makefile [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_dbg.c [SCSI] qla4xxx: dump mailbox registers on System Error 2010-10-25 14:52:03 -05:00
ql4_dbg.h [SCSI] Maintain module-parameter name consistency with qla2xxx/qla4xxx. 2006-10-25 15:12:17 -07:00
ql4_def.h [SCSI] qla4xxx: update AER support for ISP82XX 2010-10-25 14:53:42 -05:00
ql4_fw.h [SCSI] qla4xxx: use CRB Register for Request Queue in-pointer 2010-10-25 14:52:44 -05:00
ql4_glbl.h [SCSI] qla4xxx: dump mailbox registers on System Error 2010-10-25 14:52:03 -05:00
ql4_init.c [SCSI] qla4xxx: free_irqs on failed initialize_adapter 2010-10-25 14:50:08 -05:00
ql4_inline.h [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_iocb.c [SCSI] qla4xxx: use CRB Register for Request Queue in-pointer 2010-10-25 14:52:44 -05:00
ql4_isr.c [SCSI] qla4xxx: dump mailbox registers on System Error 2010-10-25 14:52:03 -05:00
ql4_mbx.c [SCSI] qla4xxx: use CRB Register for Request Queue in-pointer 2010-10-25 14:52:44 -05:00
ql4_nvram.c [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_nvram.h [SCSI] qla4xxx: Added support for ISP82XX 2010-07-28 09:04:23 -05:00
ql4_nx.c [SCSI] qla4xxx: remove unwanted check for bad spd 2010-10-25 14:54:16 -05:00
ql4_nx.h [SCSI] qla4xxx: remove unwanted check for bad spd 2010-10-25 14:54:16 -05:00
ql4_os.c SCSI host lock push-down 2010-11-16 13:33:23 -08:00
ql4_version.h [SCSI] qla4xxx: Update driver version to 5.02.00-k4 2010-10-25 14:56:04 -05:00