[U-Boot] [PATCH v2 4/8] FAT: Fix redundant sector read
Wolfgang Denk
wd at denx.de
Sun Sep 2 17:16:22 CEST 2012
Dear Benoît Thébaudeau,
In message <1342599378.332558.1342790412010.JavaMail.root at advansee.com> you wrote:
> With the previous code, the remaining prefetched sectors were read again af> ter
> each sector. With this patch, each sector is read only once, thus making th> e
> prefetch useful.
>
> Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau at advansee.com>
> Cc: Wolfgang Denk <wd at denx.de>
> ---
> Changes for v2:
> - Patch renumbering because of the new v2 1/8.
> - Possible code style changes due to the new v2 1/8.
>
> .../fs/fat/fat.c | 59 +++++++++++-----> ----
> 1 file changed, 33 insertions(+), 26 deletions(-)
Applied, thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Q: What do you get when you cross an ethernet with an income statement?
A: A local area networth.
More information about the U-Boot
mailing list