From: Matt Gates Date: Tue, 1 May 2012 16:43:11 +0000 (-0500) Subject: [SCSI] hpsa: refine interrupt handler locking for greater concurrency X-Git-Tag: v3.5-rc1~172^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e16a33adc0e59aa96a483fd2923d77e674f013c1;p=pandora-kernel.git [SCSI] hpsa: refine interrupt handler locking for greater concurrency Use spinlocks with finer granularity in the submission and completion paths to allow concurrent execution for multiple reply queues. In particular, do not hold a spin lock while submitting a request to the device, nor during most of the interrupt handler. Signed-off-by: Matt Gates Signed-off-by: Stephen M. Cameron Signed-off-by: James Bottomley --- Reading git-diff-tree failed