[JFFS2] Switch to using an array of jffs2_raw_node_refs instead of a list.
authorDavid Woodhouse <dwmw2@infradead.org>
Fri, 26 May 2006 20:19:05 +0000 (21:19 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Fri, 26 May 2006 20:19:05 +0000 (21:19 +0100)
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 <dwmw2@infradead.org>

No differences found