
6 Feb
2021
6 Feb
'21
5:12 p.m.
On Thu, 4 Feb 2021 at 00:40, Heinrich Schuchardt xypron.glpk@gmx.de wrote:
The FAT32 File System Specification [1] requires leading and trailing spaces as well as trailing periods of long names to be ignored.
[1] Microsoft Extensible Firmware Initiative FAT32 File System Specification Version 1.03, December 6, 2000 Microsoft Corporation https://www.win.tue.nl/~aeb/linux/fs/fat/fatgen103.pdf
Signed-off-by: Heinrich Schuchardt xypron.glpk@gmx.de
v2: special treatment of '.' and '..'
fs/fat/fat_write.c | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org