fs: fat: deletion of long file names
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 19 Nov 2020 06:31:18 +0000 (07:31 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:15:00 +0000 (09:15 +0100)
commit3d20d212cf410102ce67b62774c831bd73617424
treebe1c6d0c02cc8d9e0b40467c7c704cf88f70b909
parent89735b44c4cee895b416f005468370d2943fa8d8
fs: fat: deletion of long file names

Long file names are stored in multiple directory entries. When deleting a
file we must delete all of them.

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