JFFS2 eats memory
David Woodhouse
dwmw2 at infradead.org
Mon Jul 19 10:24:45 EDT 2004
On Mon, 19 Jul 2004, [ISO-8859-1] ØyvindHarboe wrote:
> It crashes during garbage collect.
>
> How does this fix look?
Suboptimal. You refrain from freeing if(jeb->gc_node) but that's going to
mean that every time GC frees such a node you're not claiming the memory
back? Can't you adjust gc_node instead?
Standard comments about 8-char indentation and "==NULL" being horrid also
apply :)
--
dwmw2
More information about the linux-mtd
mailing list