1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 05:19:17 +01:00
Files
u-boot-megous/fs/fat
Christian Gmeiner 1788a9697f fs: fat: fix fat iteration
According to the FAT specification it is valid to have files with an
attribute value of 0x0. This fixes a regression where different U-Boot
versions are showing different amount of files on the same storage
device. With this change U-Boot shows the same number of files and folders
as Linux and Windows.

Fixes: 39606d462c ("fs: fat: handle deleted directory entries correctly")
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
2020-07-07 09:45:12 -04:00
..
2020-07-07 09:45:12 -04:00