From: David Woodhouse Date: Fri, 26 May 2006 20:19:05 +0000 (+0100) Subject: [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. X-Git-Tag: v2.6.18-rc1~1105^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bfeb691e75b21fdaa80ffae719083200b190381;p=pandora-kernel.git [JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list. This allows us to drop another pointer from the struct jffs2_raw_node_ref, shrinking it to 8 bytes on 32-bit machines (if the TEST_TOTLEN) paranoia check is turned off, which will be committed soon). Signed-off-by: David Woodhouse --- Reading git-diff-tree failed