commit | 7afbd600824547c490e672b23cf0d1ebf673fd3b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sun Nov 22 19:19:39 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:59 2020 +0100 |
tree | 2b2a65f6a9ebc76bb4f84256dd4ac9bdb20f63f8 | |
parent | ac4ab75d7fff461f283e97c45738f88bb7c77c9b [diff] |
fs: fat: call set_name() only once In set_name() we select the short name. Once this is correctly implemented this will be a performance intensive operation because we need to check that the name does not exist yet. So set_name should only be called once. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>