summaryrefslogtreecommitdiffstats
path: root/CREDITS
diff options
context:
space:
mode:
authorDavid Woodhouse <dwmw2@infradead.org>2007-05-07 13:16:13 +0100
committerDavid Woodhouse <dwmw2@infradead.org>2007-05-07 13:16:13 +0100
commitfcf3cafb3e7e7750f4876571492594c3a4854ee5 (patch)
tree803c98c2335c7fbb336cfca805ee500b6eae0b69 /CREDITS
parent96dd8d25d1ca8c233bd47752349d27a631c18719 (diff)
downloadlinux-fcf3cafb3e7e7750f4876571492594c3a4854ee5.tar.bz2
[JFFS2] Remove another bogus optimisation in jffs2_add_tn_to_tree()
We attempted to insert new nodes into the tree by just using rb_replace_node to let them replace an earlier node which they completely overlapped. However, that could place the new node into the wrong place in the tree, since its start could be node only before the start of the victim, but before the node _before_ the victim in the tree (if that previous node actually ends _after_ the new node, thus isn't entirely overlapped and wasn't itself chosen to be the victim). Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'CREDITS')
0 files changed, 0 insertions, 0 deletions