Skip to content
Commit b7600dba authored by David Woodhouse's avatar David Woodhouse
Browse files

[JFFS2] Fix allocation of summary buffer



We can't use vmalloc for the buffer we use for writing summaries,
because some drivers may want to DMA from it. So limit the size to 64KiB
and use kmalloc for it instead.

Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
parent f6ed6f78
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment