commit | 9bfeb691e75b21fdaa80ffae719083200b190381 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Fri May 26 21:19:05 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Fri May 26 21:19:05 2006 +0100 |
tree | 3c828820f1385249835f85e5073b4ffd10fcd09c | |
parent | f75e5097ef298c5a0aa106faa211d1afdc92dc3d [diff] |
[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 <dwmw2@infradead.org>