From: David Woodhouse Date: Sun, 21 May 2006 12:29:11 +0000 (+0100) Subject: [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref X-Git-Tag: v2.6.18-rc1~1105^2~74^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca89a517fa577e6f26621463d3aa4f3c3d530b1e;p=pandora-kernel.git [JFFS2] Finally eliminate __totlen field from struct jffs2_raw_node_ref Well, almost. We'll actually keep a 'TEST_TOTLEN' macro set for now, and keep doing some paranoia checks to make sure it's all working correctly. But if TEST_TOTLEN is unset, the size of struct jffs2_raw_node_ref drops from 16 bytes to 12 on 32-bit machines. That's a saving of about half a megabyte of memory on the OLPC prototype board, with 125K or so nodes in its 512MiB of flash. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed