commit | 7a3f6101165baf743b613c95d2aa3559d2222118 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Nov 26 16:10:01 2020 +0100 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Thu Dec 10 09:14:59 2020 +0100 |
tree | fce39644a08905d3b21cc8dd5eb943e703a58018 | |
parent | 524d13ae6b6cef5b5bc92051764e0738e7286f05 [diff] |
fs: fat: search file should not allocate cluster Searching for a file is not a write operation. So it should not lead to the allocation of a new cluster to the directory. If we reuse deleted entries, we might not even use the new cluster and due to not flushing it the directory could be corrupted. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>