commit | f73846956778a7dfee83403ef9747aff77198848 | [log] [tgz] |
---|---|---|
author | Ilya Yanok <yanok@emcraft.com> | Thu Nov 13 19:49:31 2008 +0300 |
committer | Wolfgang Denk <wd@denx.de> | Tue Dec 09 23:38:21 2008 +0100 |
tree | 59d9260bd44fe2281a3d358e22972d36487a6894 | |
parent | 1113cb764b3da256ef8a1f9539f4efbe221ff3c4 [diff] |
jffs2: fix searching for latest version in jffs2_1pass_list_inodes() We need to update i_version inside cycle to find really latest version inside jffs2_1pass_list_inodes(). With that fixed we can use isize inside dump_inode() instead of calling expensive jffs2_1pass_read_inode(). Signed-off-by: Alexey Neyman <avn@emcraft.com> Signed-off-by: Ilya Yanok <yanok@emcraft.com>