summaryrefslogtreecommitdiff
path: root/lib/efi_loader/efi_root_node.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-11-26 16:10:01 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-10 09:14:59 +0100
commit1e51c8d64a945946af72099dd469a3320ce02e7c (patch)
treefce39644a08905d3b21cc8dd5eb943e703a58018 /lib/efi_loader/efi_root_node.c
parent3049a5106c95781663202c626d2e0f56fa2c6646 (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>
Diffstat (limited to 'lib/efi_loader/efi_root_node.c')
0 files changed, 0 insertions, 0 deletions