jffs2 Oops on 2.6.10-rc2

David Woodhouse dwmw2 at infradead.org
Sat Nov 20 08:57:14 EST 2004


On Thu, 2004-11-18 at 17:35 +0100, Konstantin Kletschke wrote:
> Well I tried out the jffs2 which is in 2.6.10-rc2 vanilla and
> experienced the same:

Is this with an SMP or preemptable kernel? If so, I think I see the
problem. Does it also fix it if you wrap the code you disabled with 
	spin_lock(&c->erase_completion_lock);
	<...>
	spin_unlock(&c->erase_completion_lock);
?

-- 
dwmw2





More information about the linux-mtd mailing list