commit | 8a3ac6ee3602e301ee0acb3ac962b571e22bd112 | [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 | b0818b7476d9651f44c041709e9c7a5e1f707f1b [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>