Skip to content
Snippets Groups Projects
Commit 1e51c8d6 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt :speech_balloon:
Browse files

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's avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 3049a510
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment