commit | cbc39a13d9976f7238936f6bc06973924e10baef | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Dec 21 12:49:47 2017 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Jan 09 15:58:51 2018 -0500 |
tree | 63c11b5f133e65efa44f40a3c9b2e90b71a518e5 | |
parent | 70708ff4023e765b4a1178f7f25451930fecc213 [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>