]> git.baikalelectronics.ru Git - uboot.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)
commit743e0a2f1c8ce50da87164c076c5c228f87ad883
treeea238c0b23ded673f4ec0a2cbd82da2a120eec17
parent4488c7794dc41f39300f6b89ed8f8417f624fbbc
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