]> git.dujemihanovic.xyz Git - u-boot.git/commit
fs: fat: generate unique short names
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 25 Nov 2020 15:33:55 +0000 (16:33 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:14:59 +0000 (09:14 +0100)
commit3a331aee561f4551e2e131114c416a70e91ae05f
treeea238c0b23ded673f4ec0a2cbd82da2a120eec17
parent57b745e2387a7dafd2d29004351cdd3ffffcc5b9
fs: fat: generate unique short names

File names must be unique within their directory. So before assigning a
short name we must check that it is unique.

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