Re: [U-Boot] [PATCH v2 1/5] fs: fat: write to non-cluster-aligned root directory

2019-05-29 Thread Tom Rini
On Fri, May 24, 2019 at 02:10:35PM +0900, AKASHI Takahiro wrote: > With the commit below, fat now correctly handles a file read under > a non-cluster-aligned root directory of fat12/16. > Write operation should be fixed in the same manner. > > Fixes: commit 9b18358dc05d ("fs: fat: fix reading non

[U-Boot] [PATCH v2 1/5] fs: fat: write to non-cluster-aligned root directory

2019-05-23 Thread AKASHI Takahiro
With the commit below, fat now correctly handles a file read under a non-cluster-aligned root directory of fat12/16. Write operation should be fixed in the same manner. Fixes: commit 9b18358dc05d ("fs: fat: fix reading non-cluster-aligned root directory") Signed-off-by: AKASHI Takahiro Cc: