From: Christoph Hellwig Date: Wed, 22 Jan 2014 13:36:32 +0000 (+0100) Subject: scsi: push host_lock down into scsi_{host,target}_queue_ready X-Git-Tag: omap-for-v3.17/fixes-against-rc2~143^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf68d334dd3a323624f6399dc807d34d8b816391;p=pandora-kernel.git scsi: push host_lock down into scsi_{host,target}_queue_ready Prepare for not taking a host-wide lock in the dispatch path by pushing the lock down into the places that actually need it. Note that this patch is just a preparation step, as it will actually increase lock roundtrips and thus decrease performance on its own. Signed-off-by: Christoph Hellwig Reviewed-by: Martin K. Petersen Reviewed-by: Hannes Reinecke Reviewed-by: Webb Scales Acked-by: Jens Axboe Tested-by: Bart Van Assche Tested-by: Robert Elliott --- Reading git-diff-tree failed