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

2019-05-14 Thread Heinrich Schuchardt
On 5/13/19 7:49 AM, 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-cluster-aligned root

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

2019-05-12 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