From: Russ D. <Rus...@as...> - 2004-07-16 09:16:02
|
On Wed, 2004-07-14 at 19:24, Clive Nicolson wrote: > In read_inode of blob/jffs2.c the following for loop appears > > for (page = 0; page <= size / 4096; page++) { > /* Print a '.' every 0x40000 bytes */ Its been a while since I have touched that code, however, I would think that it would be very common for a file size to be a multiple of page size, thus if it is a problem, I would think that it would have shown up. Have you observed this problem occuring? It should be simple to make a test case where it would fail -- Russ Dill <Rus...@as...> |