commit | 6dac02a5e1bba0bb88ece50160fc4a64cccf30d1 | [log] [tgz] |
---|---|---|
author | Artem B. Bityutskiy <dedekind@infradead.org> | Mon Jul 18 12:21:23 2005 +0100 |
committer | Thomas Gleixner <tglx@mtd.linutronix.de> | Sun Nov 06 16:31:04 2005 +0100 |
tree | 68645a9df3dd236bc1f2a336f6c2c1657d366bb1 | |
parent | 61a39b694137cef6059a0714c3b1847aabe53b90 [diff] |
[JFFS2] Fix slab panic When JFFS22 is unable to read the root inode, the bad root inode object is not freed and remains sticked in the jffs2_i slab cache. When we further try to free the slab cache (e.g., on rmmod jffs2), slab allocator subsystem panics. Fix this bug. Signed-off-by: Artem B. Bityutskiy <dedekind@infradead.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>