From: David Woodhouse Date: Mon, 22 May 2006 15:32:05 +0000 (+0100) Subject: [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure X-Git-Tag: v2.6.18-rc1~1105^2~61^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=987d47b71a85bd83dc40c870abee3b64f2002163;p=pandora-kernel.git [JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure We'll be using a proper list of nodes in the jffs2_xattr_datum and jffs2_xattr_ref structures, because the existing code to overwrite them is just broken. Put it in the common part at the front of the structure which is shared with the jffs2_inode_cache, so that the jffs2_link_node_ref() function can do the right thing. Signed-off-by: David Woodhouse --- Reading git-diff-tree failed