commit | ed0f36bc5719b25659b637f80ceea85494b84502 | [log] [tgz] |
---|---|---|
author | Joseph Gruher <joseph.r.gruher@intel.com> | Wed Jan 05 16:00:21 2011 -0500 |
committer | James Bottomley <James.Bottomley@suse.de> | Mon Jan 24 11:13:13 2011 -0600 |
tree | 55e69f3c8d5f19bc7676f33ca5aeb231eb46e8a0 | |
parent | 7c66e9a5e6b0459c619562c5ad321071e2767faa [diff] |
[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 <joseph.r.gruher@intel.com> Signed-off-by: Ilgu Hong <ilgu.hong@promise.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com> Cc: stable@kernel.org Signed-off-by: James Bottomley <James.Bottomley@suse.de>