uboot-mt623x/fs/ext2
Aaron Pace a2740dd00d ext2fs: Fix optimization bug for doubly-indirect block pointers
Doubly-indirect block numbers are compared against the first-level
indirect block when checking for a cached copy.  This is causing the
doubly-indirect block to be re-read each time it is accessed.
Repairing this reduces load time for a 70M file from 72 seconds
to 38 seconds.

Signed-off-by: Aaron Pace <Aaron.Pace@alcatel-lucent.com>
2010-08-07 22:44:08 +02:00
..
Makefile fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
dev.c fs: Move conditional compilation to Makefile 2008-08-31 04:24:56 +02:00
ext2fs.c ext2fs: Fix optimization bug for doubly-indirect block pointers 2010-08-07 22:44:08 +02:00