commit | 0477d24e2a87a9077b62298b01b031929f5cf2a2 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Fri Jun 01 20:04:43 2007 +0100 |
committer | David Woodhouse <dwmw2@infradead.org> | Fri Jun 01 20:04:43 2007 +0100 |
tree | 3c9c925bbdfb1d2b77559653ef30c1b734e331ef | |
parent | 718ea8361b15aec5f4cb559d63ba34bc5a58d8f9 [diff] |
[JFFS2] Fix obsoletion of metadata nodes in jffs2_add_tn_to_tree() We should keep the mdata node with higher version number, not just the one we happen to find latest. Doh. Signed-off-by: David Woodhouse <dwmw2@infradead.org>