commit | 24977e5bdd90c44fdb9f3039cfc2e1bd2396883f | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Nov 25 16:33:55 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:59 2020 +0100 |
tree | ea238c0b23ded673f4ec0a2cbd82da2a120eec17 | |
parent | 7afbd600824547c490e672b23cf0d1ebf673fd3b [diff] |
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>