diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-11-26 16:10:01 +0100 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2020-12-10 09:14:59 +0100 |
commit | 1e51c8d64a945946af72099dd469a3320ce02e7c (patch) | |
tree | fce39644a08905d3b21cc8dd5eb943e703a58018 /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 3049a5106c95781663202c626d2e0f56fa2c6646 (diff) | |
download | u-boot-1e51c8d64a945946af72099dd469a3320ce02e7c.tar.gz u-boot-1e51c8d64a945946af72099dd469a3320ce02e7c.tar.xz u-boot-1e51c8d64a945946af72099dd469a3320ce02e7c.zip |
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 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions