commit | b7600dba6d4fbf3897e517b322d006986cce831a | [log] [tgz] |
---|---|---|
author | David Woodhouse <David.Woodhouse@intel.com> | Fri Aug 01 10:07:51 2008 +0100 |
committer | David Woodhouse <David.Woodhouse@intel.com> | Fri Aug 01 10:07:51 2008 +0100 |
tree | 0b8c7aa760aa73e0832724c5546092997d2a6ef3 | |
parent | f6ed6f78d46b43b6d908b39ed3322f7cda23f4a8 [diff] |
[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: David Woodhouse <David.Woodhouse@intel.com>