[JFFS2] Remember to calculate overlap on nodes which replace older nodes
authorDavid Woodhouse <dwmw2@infradead.org>
Sat, 5 May 2007 15:29:34 +0000 (16:29 +0100)
committerDavid Woodhouse <dwmw2@infradead.org>
Sat, 5 May 2007 15:29:34 +0000 (16:29 +0100)
commit1123e2a85941c7f506bd42c91c7e9ab74fc42d79
treedd8474b7d3a00442178b18baf62c09642d306845
parent3fddb6c985e3823c991399840d2d5ef5940e1b60
[JFFS2] Remember to calculate overlap on nodes which replace older nodes

This fixes a problem Artem found with the integck test tool -- we
weren't correctly keeping track of the 'overlap' flag in some cases,
which led to the nodes being played back in an incorrect order and file
corruption.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
fs/jffs2/readinode.c