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:
9167e0f
)
[JFFS2] Locking issues in summary write code.
author
David Woodhouse
<dwmw2@infradead.org>
Sun, 21 May 2006 12:15:59 +0000
(13:15 +0100)
committer
David Woodhouse
<dwmw2@infradead.org>
Sun, 21 May 2006 12:15:59 +0000
(13:15 +0100)
We can't use jffs2_scan_dirty_space() because it doesn't do any locking; it's
only for use at scan time -- hence the 'scan' in the name.
Also, don't allocate refs while we have c->erase_completion_lock held.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
No differences found