[JFFS2] Fix NOR specific scan BUG
authorArtem B. Bityuckiy <dedekind@infradead.org>
Mon, 28 Feb 2005 08:21:09 +0000 (08:21 +0000)
committerThomas Gleixner <tglx@mtd.linutronix.de>
Mon, 23 May 2005 10:47:15 +0000 (12:47 +0200)
Fix fairly sad NOR-specific bug - during FS building ic->scan_dents
isn't zero, but jffs2_mark_node_obsolete() migt be called it tries to
finde the ic corresponding to ref - this requires ic->scan_dents = 0.

Signed-off-by: Artem B. Bityuckiy <dedekind@infradead.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>

No differences found