commit | 8a36d31f72411144ac0412ee7e1880e801acd754 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Thu Nov 13 19:49:33 2008 +0300 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 09 23:39:16 2008 +0100 |
tree | fa9b97e79a48ca7cff5bc729230a67f796e25c4b | |
parent | e0b5532579eda8b4629f1b4f6e49c3cc60f52237 [diff] |
jffs2: rewrite jffs2 scanning code based on Linux one Rewrites jffs2_1pass_build_lists() function in style of Linux's jffs2_scan_medium() and jffs2_scan_eraseblock(). This includes: - Caching flash acceses - Smart dealing with free space Signed-off-by: Alexey Neyman <avn@emcraft.com> Signed-off-by: Ilya Yanok <yanok@emcraft.com>