1. 07 May, 2007 4 commits
  2. 06 May, 2007 1 commit
    • David Woodhouse's avatar
      [JFFS2] Remove broken insert_point optimisation in jffs2_add_tn_to_tree() · 96dd8d25
      David Woodhouse authored
      The original code would remember, during the first pass over the tree,
      a suitable place to start the insertion from when we eventually come
      to add a new node.
      
      The optimisation was broken, and we sometimes ended up inserting a new
      node in the wrong place because we started the insertion from the wrong
      point.
      
      Just ditch the optimisation and start the insertion from the root of the
      tree, for now. I'll try it again when I'm feeling cleverer.
      Signed-off-by: default avatarDavid Woodhouse <dwmw2@infradead.org>
      96dd8d25
  3. 05 May, 2007 2 commits
  4. 03 May, 2007 2 commits
  5. 02 May, 2007 7 commits
  6. 27 Apr, 2007 24 commits