Skip to content
Snippets Groups Projects
Commit 010b06d6 authored by David Woodhouse's avatar David Woodhouse
Browse files

[JFFS2] Locking issues in summary write code.


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: default avatarDavid Woodhouse <dwmw2@infradead.org>
parent 9167e0f8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment