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:
f2b0599
)
[SCSI] mpt2sas: fix double mutex lock in NON_BLOCKING state
author
Alexey Khoroshilov
<khoroshilov@ispras.ru>
Tue, 28 Aug 2012 14:38:02 +0000
(18:38 +0400)
committer
James Bottomley
<JBottomley@Parallels.com>
Mon, 24 Sep 2012 08:10:59 +0000
(12:10 +0400)
If state is NON_BLOCKING and mutex_trylock is succeed,
the control flow goes to mutex_lock_interruptible() that is a deadlock.
[jejb: fixed coding style problems]
Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru>
Acked-by: "Sreekanth Reddy" <sreekanth.reddy@lsi.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
No differences found