| commit | afb2a33921982599d247a46b2306c75a4b69064b | [log] [tgz] |
|---|---|---|
| author | Laura Abbott <lauraa@codeaurora.org> | Mon Dec 03 17:50:34 2012 -0800 |
| committer | Mitchel Humpherys <mitchelh@codeaurora.org> | Tue Dec 11 21:45:16 2012 -0800 |
| tree | 2f45339b88e75f754e1502469087b5eb2358d0a8 | |
| parent | d3c11452319e8e958cc7485fa78d7737429323dd [diff] |
fs: fuse: Workaround for CMA migration The FUSE file system may hold references to pages for long periods of time, preventing migration from occuring. If a CMA page is used here, CMA allocations may fail. Work around this by swapping out a CMA page for a non-CMA page when working with the FUSE file system. Change-Id: Id763ea833ee125c8732ae3759ec9e20d94aa8424 Signed-off-by: Laura Abbott <lauraa@codeaurora.org> Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>