commit | 3ebc202b78dc30491683951c1d8039687b2898e7 | [log] [tgz] |
---|---|---|
author | Aaron Pace <Aaron.Pace@alcatel-lucent.com> | Mon Jul 26 14:24:44 2010 -0600 |
committer | Wolfgang Denk <wd@denx.de> | Sat Aug 07 22:44:08 2010 +0200 |
tree | 4280886e44690a636f5c070e282e2e8badbdd6c1 | |
parent | 6fc7d3ae376de10b1a5861653c164e5bd591ee79 [diff] |
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>