commit | 97f19073a16b773eea17cc3a1b22424c34a102d7 | [log] [tgz] |
---|---|---|
author | Jordan Crouse <jcrouse@codeaurora.org> | Wed Sep 10 10:09:53 2014 -0600 |
committer | Iliyan Malchev <malchev@google.com> | Wed Nov 19 22:57:40 2014 -0800 |
tree | 8b63255d4f34151ce020fda6dc3fe39d8ae04c49 | |
parent | 65cd8ac4dcaf9d458cef40ecb4741a34050a4c43 [diff] |
fs/seq_file: Use vmalloc by default for allocations > PAGE_SIZE Some OOM implementations are pretty trigger happy when it comes to releasing memory for kmalloc() allocations. We might as well head straight to vmalloc for allocations over PAGE_SIZE. Bug: 17871993 Change-Id: Ic0dedbadc8bf551d34cc5d77c8073938d4adef80 Signed-off-by: Jordan Crouse <jcrouse@codeaurora.org> Signed-off-by: Naveen Ramaraj <nramaraj@codeaurora.org>