[JFFS2] Simplify the tree insert code.
authorArtem B. Bityuckiy <dedekind@infradead.org>
Wed, 6 Jul 2005 14:43:18 +0000 (15:43 +0100)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Wed, 6 Jul 2005 16:30:00 +0000 (18:30 +0200)
commit6430a8def12edebc1c9c7c2621d33ca0e8653c33
treed3c12091e821b7a98da9a58d9d11f648699d207c
parent265489f01d8c05f7aae174651a98854af090efc0
[JFFS2] Simplify the tree insert code.

It isn't _normal_ that we allow key collision in rbtrees,
but it does not matter as long as the two nodes with the same
version are together.

Signed-off-by: Artem B. Bityuckiy <dedekind@infradead.org>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
fs/jffs2/nodelist.c