Re: [U-Boot] [PATCH 4/6] jffs2: add buffer to cache flash accesses

2008-12-09 Thread Wolfgang Denk
Dear Ilya Yanok, In message [EMAIL PROTECTED] you wrote: With this patch JFFS2 code allocates memory buffer of max_totlen size (size of the largest node, calculated during scan time) and uses it to store entire node. Speeds up loading. If malloc fails we use old ways to do things.

[U-Boot] [PATCH 4/6] jffs2: add buffer to cache flash accesses

2008-11-13 Thread Ilya Yanok
With this patch JFFS2 code allocates memory buffer of max_totlen size (size of the largest node, calculated during scan time) and uses it to store entire node. Speeds up loading. If malloc fails we use old ways to do things. Signed-off-by: Alexey Neyman [EMAIL PROTECTED] Signed-off-by: Ilya Yanok