[U-Boot] [PATCH 5/8] JFFS2: Optimize building lists during scan

2015-06-28 Thread Mark Tomlinson
If the flash is slow, reading less from the flash into buffers makes the process faster. Signed-off-by: Mark Tomlinson --- fs/jffs2/jffs2_1pass.c | 24 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/fs/jffs2/jffs2_1pass.c b/fs/jffs2/jffs2_1pass.c index 8

Re: [U-Boot] [PATCH 5/8] JFFS2: Optimize building lists during scan

2015-06-30 Thread Heiko Schocher invitel
Hello Mark, please fix Tom rinis mail address globally for your patchset into Tom Rini I fixed it for my response manually, thanks! BTW: You can use patman for creating patches/patchset. Look into u-boot:tools/patman Am 29.06.2015 um 07:02 schrieb Mark Tomlinson: If the flash is slow, readi