linux/drivers/staging/keucr
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 Staging: keucr: prevent the driver from being built as a module. 2010-09-21 11:03:41 -07:00
Makefile Staging: keucr: Makefile: Makefile clean up 2010-10-08 07:23:44 -07:00
TODO staging/keucr: update TODO list and ask question about it 2010-09-16 12:29:31 -07:00
common.h
init.c Staging: keucr driver: fix uninitialized variable & proper memset length 2010-11-10 16:33:57 -08:00
init.h
ms.c Staging: keucr driver: fix uninitialized variable & proper memset length 2010-11-10 16:33:57 -08:00
ms.h
msscsi.c Staging: keucr driver: fix uninitialized variable & proper memset length 2010-11-10 16:33:57 -08:00
scsiglue.c SCSI host lock push-down 2010-11-16 13:33:23 -08:00
scsiglue.h
sdscsi.c Staging: keucr driver: fix uninitialized variable & proper memset length 2010-11-10 16:33:57 -08:00
smcommon.h
smil.h
smilecc.c
smilmain.c
smilsub.c Staging: keucr driver: fix uninitialized variable & proper memset length 2010-11-10 16:33:57 -08:00
smscsi.c staging: keucr: check kmalloc() return value 2010-09-20 17:03:41 -07:00
transport.c Staging: keucr driver: fix uninitialized variable & proper memset length 2010-11-10 16:33:57 -08:00
transport.h
usb.c Staging: keucr: fix up US_ macro change 2010-10-28 09:53:38 -07:00
usb.h