How reliable is jffs2 really (denx cvs devel kernel)?

David Ho davidkwho at gmail.com
Tue Jul 19 22:57:20 EST 2005


I ran into similar problems, I had talked to David Woodhouse about a
number of issues with JFFS2.  But he has no plans to support 2.4
kernels.

There are a bunch of people that back ports the latest JFFS2 code from
2.6 and snapshots are found here
ftp://ftp.uk.linux.org/pub/people/dwmw2/mtd/cvs/.

I updated the JFFS2 portion of the Denx devel kernel with the latest
from CVS and it solved the initial mount time problem.  But it was a
while a ago when I did this.  Both the devel kernel and the CVS head
has changed quite a bit since then.

But some people on the mailing list seem to indicate timing resolution
in the 2.4 leading to race condition, or some other deficiency from
what I recall.

The people in the mailing list were not interested in fixing these so
called kernel bugs.  And since JFFS2 code is too complex for my spare
time and it does not cause the kernel to hang, I have yet to figure
out a fix for it.

I like to know other's experience with JFFS2 on 2.4 as well.

David


On 7/19/05, David Jander <david.jander at protonic.nl> wrote:
> 
> Hi,
> 
> I have seen some strange problems with jffs2. I have been victim of the BUG()
> in fs/jffs2/gc.c, line 139. I have been battling with kgdb to see what
> happens there. Here are my findings until now (I am still working on this):
> 
> c->checked_ino starts counting from 0
> c->highest_ino is 92 (????)
> 
> Isn't this a little low?
> 
> Flash partition size is 15Mbyte, it probably has been mistreated by writing
> large files (logfiles) line by line, wasting a lot of space until it gets
> almost full.
> When debugging the for(;;) loop, used size starts from a few kb counting up,
> dirty size is around 5 Mb and unchecked size is about 9.9Mb, so when it gets
> past inode 92 it most probably has still a lot of unchecked space.===> BUG().
> 
> Googleing for this bug, I have found discouraging e-mails (luckily most of
> them from 2003 or older) saying that this is common and nobody (back then)
> seemed to know where it came from. Bugs in fjjs2 code, etc....
> 
> This is scaring me.
> 
> Anybody knows more about this problem, why it is caused, and hopefully how to
> prevent this?
> 
> Thanks,
> 
> --
> David Jander
> _______________________________________________
> Linuxppc-embedded mailing list
> Linuxppc-embedded at ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-embedded
>



More information about the Linuxppc-embedded mailing list