[U-Boot] [PATCH 2/8] JFFS2: Speed up and fix comparison functions

2015-06-28 Thread Mark Tomlinson
Copying complete nodes from flash can be slow if the flash is slow to read. By only reading the data needed, the sorting operation can be made much faster. The directory entry comparison function also had a two bugs. First, it did not ensure the name was copied, so the name comparison may have bee

Re: [U-Boot] [PATCH 2/8] JFFS2: Speed up and fix comparison functions

2015-06-30 Thread Heiko Schocher denx
Hello Mark, Am 29.06.2015 um 07:02 schrieb Mark Tomlinson: Copying complete nodes from flash can be slow if the flash is slow to read. By only reading the data needed, the sorting operation can be made much faster. The directory entry comparison function also had a two bugs. First, it did not e