commit | 5a8d1f60b2505cf2ee116ac38e54e65b757a1773 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon Jul 06 07:48:14 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:16 2020 +0200 |
tree | a6dfea313d92b1f56a1ee64a971587855a084c13 | |
parent | a27c78fddbbafcace558368a92f9b9fdaeee8b5c [diff] |
fs/fat: reduce data size for FAT_WRITE Allocated tmpbuf_cluster dynamically to reduce the data size added by compiling with CONFIG_FAT_WRITE. Reported-by: Tom Rini <trini@konsulko.com> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>