commit | f2b6da835859fcae67695d4842edfc27411eb56b | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Dec 21 12:49:47 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 10 08:05:51 2018 -0500 |
tree | 80a512cb751f6782c08f2b82774cccba71a28659 | |
parent | b148ad800a5f3961154d0513ab66814b59a806b4 [diff] |
fat write: Fixed a problem with the case of file names when writing files commit 21a24c3bf35b ("fs/fat: fix case for FAT shortnames") made it possible that get_name() returns file names with some upper cases. find_directory_entry() must be updated to take this account, and use case-insensitive functions to compare file names. Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>