JFFS2 Problem
David Woodhouse
dwmw2 at infradead.org
Thu May 3 17:55:09 EDT 2001
jsmith at vhbtech.com said:
> I'm running jffs2 on a PPC/855T board. I mount the jffs2 and have two
> (2) test scripts that "dd" various sized files to the jffs2 flash. I
> seem to be running into a race condition or something.
> My 2 scripts just "dd" a bunch of files to the jffs2/flash, "ls -l "
> them, "rm *" them and then "ls -l" the dir/mnt point again in a loop.
> I'm running 2 of these and they always reach contention fairly
> quickly, ie. they lock up after 5 to 10 iterations. ps shows the
> processes sleeping. If I remove the "ls"portion of the scripts. That
> is I just "dd" and "rm" - everything "seems" ok.Anybody seen this?
Sorry for the delayed response.
I've seen similar, and I thought I'd fixed it. You may have found a code
path which I hadn't considered, and which still has locking problems. Or
you may just be using the code from before I fixed it :)
What's the output of 'grep Id: fs/jffs2/*.[ch]'?
If it's still happening with the latest code, can you make sure you have
SysRq enabled in your kernel and show me the backtraces of the offending
processes? (SysRq-T and ksymoops for decoding)
--
dwmw2
More information about the linux-mtd
mailing list