]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: fat: export fat_next_cluster()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 22 Nov 2020 08:19:52 +0000 (09:19 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:14:58 +0000 (09:14 +0100)
commitd236e825a214a5684598fa7a7b919af332c43390
treeb4068142ae945949d73ba0bbdecaf9ea18214300
parentc5924118c03dc8db30d633de98afe6ad6eb7f277
fs: fat: export fat_next_cluster()

Rename function next_cluster() to fat_next_cluster() and export it.

When creating a new directory entries we should reuse deleted entries.
This requires re-scanning the directory.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
fs/fat/fat.c
include/fat.h