commit | acb64a43e4503fbea9faf123f2403da7af8831eb | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Wed May 19 17:00:10 2010 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Wed May 19 17:10:22 2010 +0100 |
tree | 862d5ad6530b7c8671bda96a1bd1d07179f0b7c9 | |
parent | d6ce171069635f05737935adc813b4d48d71a583 [diff] |
jffs2: Require jffs2_garbage_collect_trigger() to be called with lock held We're about to call this from a bunch of places which already hold c->erase_completion_lock, so add an assertion and change its existing callers to do the same. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>