commit | 987d47b71a85bd83dc40c870abee3b64f2002163 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Mon May 22 16:32:05 2006 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Mon May 22 16:32:05 2006 +0100 |
tree | ecb840640cb1f7309b26d2c9a332bee5d0db6df9 | |
parent | 0eac940b8a087576c66ecf8e0f294f2ceb3b607b [diff] |
[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>