]> git.baikalelectronics.ru Git - uboot.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)
commit26c06c4836a527373c665a8fb24f15ec05f2426e
treeb4068142ae945949d73ba0bbdecaf9ea18214300
parent6ed8b92c8d3c1d697a8b3192ee54669b2ce707cc
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