[U-Boot] [PATCH 3/8] JFFS2: Only list each directory entry once

2015-06-28 Thread Mark Tomlinson
If multiple versions of a file exist, only the most recent version should be used. The scheme to write 0 for the inode in older versions did not work, since this would have required writing to flash. The only time this caused an issue was listing a directory, where older versions of the file would

Re: [U-Boot] [PATCH 3/8] JFFS2: Only list each directory entry once

2015-06-30 Thread Heiko Schocher denx
Hello Mark, Am 29.06.2015 um 07:02 schrieb Mark Tomlinson: If multiple versions of a file exist, only the most recent version should be used. The scheme to write 0 for the inode in older versions did not work, since this would have required writing to flash. The only time this caused an issue w