From: David Woodhouse Date: Sun, 21 May 2006 12:15:59 +0000 (+0100) Subject: [JFFS2] Locking issues in summary write code. X-Git-Tag: v2.6.18-rc1~1105^2~74^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=010b06d6d07d9fa5ea6070aa72bb3e0de1761ab7;p=pandora-kernel.git [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: David Woodhouse --- Reading git-diff-tree failed