git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a908c1
)
[SCSI] fix locking around blk_abort_request()
author
Tejun Heo
<tj@kernel.org>
Thu, 15 Apr 2010 00:00:08 +0000
(09:00 +0900)
committer
James Bottomley
<James.Bottomley@suse.de>
Sat, 1 May 2010 19:17:19 +0000
(14:17 -0500)
blk_abort_request() expects queue lock to be held by the caller.
Grab it before calling the function.
Lack of this synchronization led to infinite loop on corrupt
q->timeout_list.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: stable@kernel.org
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
No differences found