commit | 5257a09adf7d8bace037d1c7df0587b9064d622c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:37:43 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 22 07:37:43 2017 -0400 |
tree | 1c23bcec4fbcb250aeb5667aff8287751abafaea | |
parent | a11bfc86c657d691d5fbede2dab418758134b44e [diff] |
fs/fat: Reduce stack usage We have limited stack in SPL builds. Drop itrblock and move to malloc/free of itr to move this off of the stack. As part of this fix a double-free issue in fat_size(). Signed-off-by: Tom Rini <trini@konsulko.com> --- Rework to use malloc/free as moving this to a global overflows some SH targets.