commit | c4785fbe9a589c3d2fef52c079065b0c86353195 | [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 | 422d786ad7efffc312fa89634213e43af8da4af6 [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>