Re: [U-Boot] [PATCH v2 2/5] fs: fat: flush a directory cluster properly

2019-05-29 Thread Tom Rini
On Fri, May 24, 2019 at 02:10:36PM +0900, AKASHI Takahiro wrote: > When a long name directory entry is created, multiple directory entries > may be occupied across a directory cluster boundary. Since only one > directory cluster is cached in a directory iterator, a first cluster must > be written

[U-Boot] [PATCH v2 2/5] fs: fat: flush a directory cluster properly

2019-05-23 Thread AKASHI Takahiro
When a long name directory entry is created, multiple directory entries may be occupied across a directory cluster boundary. Since only one directory cluster is cached in a directory iterator, a first cluster must be written back to device before switching over a second cluster. Without this patch