[U-Boot] [PATCH v2 3/5] fs: fat: allocate a new cluster for root directory of fat32

Tom Rini trini at konsulko.com
Wed May 29 17:18:25 UTC 2019


On Fri, May 24, 2019 at 02:10:37PM +0900, AKASHI Takahiro wrote:

> Contrary to fat12/16, fat32 can have root directory at any location
> and its size can be expanded.
> Without this patch, root directory won't grow properly and so we will
> eventually fail to add files under root directory. Please note that this
> can happen even if you delete many files as deleted directory entries
> are not reclaimed but just marked as "deleted" under the current
> implementation.
> 
> Signed-off-by: AKASHI Takahiro <takahiro.akashi at linaro.org>
> Tested-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190529/2308c86d/attachment.sig>


More information about the U-Boot mailing list