From: Joseph Gruher Date: Wed, 5 Jan 2011 21:00:21 +0000 (-0500) Subject: [SCSI] scsi_dh_alua: fix deadlock in stpg_endio X-Git-Tag: v2.6.39-rc1~440^2~164 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed0f36bc5719b25659b637f80ceea85494b84502;p=pandora-kernel.git [SCSI] scsi_dh_alua: fix deadlock in stpg_endio The use of blk_execute_rq_nowait() implies __blk_put_request() is needed in stpg_endio() rather than blk_put_request() -- blk_finish_request() is called with queue lock already held. Signed-off-by: Joseph Gruher Signed-off-by: Ilgu Hong Signed-off-by: Mike Snitzer Cc: stable@kernel.org Signed-off-by: James Bottomley --- Reading git-diff-tree failed