[JFFS2] Put list of nodes in common part of ic/x_ref/x_datum structure
authorDavid Woodhouse <dwmw2@infradead.org>
Mon, 22 May 2006 15:32:05 +0000 (16:32 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Mon, 22 May 2006 15:32:05 +0000 (16:32 +0100)
commit987d47b71a85bd83dc40c870abee3b64f2002163
treeecb840640cb1f7309b26d2c9a332bee5d0db6df9
parent0eac940b8a087576c66ecf8e0f294f2ceb3b607b
[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 <dwmw2@infradead.org>
fs/jffs2/nodelist.h
fs/jffs2/xattr.h