Re: [U-Boot] [PATCH 1/2] fs: fat: treat invalid FAT clusters as errors

2019-10-12 Thread Tom Rini
On Thu, Sep 12, 2019 at 07:19:29PM +0200, Heinrich Schuchardt wrote: > When hitting an invalid FAT cluster while reading a file always print an > error message and return an error code. > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc

Re: [U-Boot] [PATCH 1/2] fs: fat: treat invalid FAT clusters as errors

2019-09-17 Thread AKASHI Takahiro
On Thu, Sep 12, 2019 at 07:19:29PM +0200, Heinrich Schuchardt wrote: > When hitting an invalid FAT cluster while reading a file always print an > error message and return an error code. I don't know what the intention of original author was here. In general, a cluster's FAT entry points to a

[U-Boot] [PATCH 1/2] fs: fat: treat invalid FAT clusters as errors

2019-09-12 Thread Heinrich Schuchardt
When hitting an invalid FAT cluster while reading a file always print an error message and return an error code. Signed-off-by: Heinrich Schuchardt --- fs/fat/fat.c | 30 -- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/fs/fat/fat.c b/fs/fat/fat.c