Re: [U-Boot] [PATCH] ext2fs: Fix optimization bug for doubly-indirect block pointers

2010-07-26 Thread Aaron Pace
-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 --- fs/ext2/ext2fs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext2/ext2fs.c b/fs/ext2/ext2fs.c index 4b391d6..a88cf87 100644 ---

[U-Boot] [PATCH] ext2fs: Fix optimization bug for doubly-indirect block pointers

2010-07-26 Thread Aaron Pace
file from 72 seconds to 38 seconds. Signed-off-by: Aaron Pace --- fs/ext2/ext2fs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/ext2/ext2fs.c b/fs/ext2/ext2fs.c index 4b391d6..a88cf87 100644 --- a/fs/ext2/ext2fs.c +++ b/fs/ext2/ext2fs.c @@ -364,7 +364,7 @@ static