commit | 81cfc9f1f4ad8d335367bb393bd042cc45b00047 | [log] [tgz] |
---|---|---|
author | Joakim Tjernlund <Joakim.Tjernlund@transmode.se> | Thu Oct 07 18:01:44 2010 +0200 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Mon Oct 25 01:06:22 2010 +0100 |
tree | 9ba0193e5ba52abe543b12cde711fc061043ad76 | |
parent | 733daa52b8d358e7c18be7fb9f82afc0619408f4 [diff] |
jffs2: Fix serious write stall due to erase Drop the alloc_sem before erasing flash in jffs2_garbage_collect_pass(). Otherwise writes are put on hold until the erase has finised. Signed-off-by: Joakim Tjernlund <Joakim.Tjernlund@transmode.se> Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>