From: David Woodhouse Date: Wed, 19 May 2010 16:00:10 +0000 (+0100) Subject: jffs2: Require jffs2_garbage_collect_trigger() to be called with lock held X-Git-Tag: v2.6.35-rc1~465^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=acb64a43e4503fbea9faf123f2403da7af8831eb;p=pandora-kernel.git 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 --- Reading git-diff-tree failed