On 10 September 2017 at 05:21, Rob Clark <robdcl...@gmail.com> wrote:
> Untangle directory traversal into a simple iterator, to replace the
> existing multi-purpose do_fat_read_at() + get_dentfromdir().
>
> Signed-off-by: Rob Clark <robdcl...@gmail.com>
> Reviewed-by: Ɓukasz Majewski <lu...@denx.de>
> ---
>  fs/fat/fat.c  | 356 
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
>  include/fat.h |   7 ++
>  2 files changed, 360 insertions(+), 3 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>

But I still think that fat_itr should not be a typedef, since this is
something you are adding. I understand what you are saying about the
existing code, but really that should be converted at some point, as
you say.
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to