fs: fat: use constant DELETED_FLAG
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 19 Nov 2020 05:47:35 +0000 (06:47 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 10 Dec 2020 08:14:59 +0000 (09:14 +0100)
commit4a593dd0c5a1e1af40f47758f2aa1a4074a4ccdc
treecfe2fc889eea6c18014432d5f4f6b6f50696647b
parent1e51c8d64a945946af72099dd469a3320ce02e7c
fs: fat: use constant DELETED_FLAG

When deleting a directory entry 0xe5 is written to name[0].

We have a constant for this value and should use it consistently.

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