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:
1190143
)
UBI: fix deadlock
author
Artem Bityutskiy
<Artem.Bityutskiy@nokia.com>
Thu, 4 Dec 2008 18:52:44 +0000
(20:52 +0200)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Fri, 17 Jul 2009 13:04:10 +0000
(16:04 +0300)
We cannot call 'ubi_wl_get_peb()' with @ubi->buf_mutex locked,
because 'ubi_wl_get_peb()' may force erasure, which, in turn,
may call 'torture_peb()' which also locks the @ubi->buf_mutex
and deadlocks.
Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
No differences found