From: David Woodhouse Date: Sat, 20 May 2006 23:02:06 +0000 (+0100) Subject: [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. X-Git-Tag: v2.6.18-rc1~1105^2~74^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6171586a7ae5198988774e8480631e8d15f65dfe;p=pandora-kernel.git [JFFS2] Correct handling of JFFS2_FEATURE_RWCOMPAT_COPY nodes. We should preserve these when we come to garbage collect them, not let them get erased. Use jffs2_garbage_collect_pristine() for this, and make sure the summary code copes -- just refrain from writing a summary for any block which contains a node we don't understand. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed