Skip to content
Commit 1e51c8d6 authored by Heinrich Schuchardt's avatar Heinrich Schuchardt
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: default avatarHeinrich Schuchardt <xypron.glpk@gmx.de>
parent 3049a510
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment