From: Artem B. Bityutskiy Date: Mon, 18 Jul 2005 11:21:23 +0000 (+0100) Subject: [JFFS2] Fix slab panic X-Git-Tag: v2.6.15-rc1~448^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6dac02a5e1bba0bb88ece50160fc4a64cccf30d1;p=pandora-kernel.git [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 Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed