commit | fcedafae0e3c6bc0c0965fc43488d9fd8aca098f | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Mon Dec 03 17:50:34 2012 -0800 |
committer | Laura Abbott <lauraa@codeaurora.org> | Wed Dec 12 06:50:52 2012 -0800 |
tree | 9bd4ac6ad3aca678d8f69528580abc30f34e5171 | |
parent | 957eac68e529f2322f4eaebf41120a0c6cb46368 [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>