ion: fix page pool cache policy
authorAmit Pundir <amit.pundir@linaro.org>
Mon, 18 Jan 2016 19:47:30 +0000 (01:17 +0530)
committerJohn Stultz <john.stultz@linaro.org>
Tue, 16 Feb 2016 21:53:59 +0000 (13:53 -0800)
commite9db98677f921dc1604a6bf1de2e0b0e8f4f9ae5
treefc17830b4b136429926402e30167ad7e2c7c718a
parent2bdbab476753a36ae5fd2f1275e2719f02e108ff
ion: fix page pool cache policy

Fix redundant "buffer->private_flags & ION_PRIV_FLAG_SHRINKER_FREE"
checks in if(!cached ...) condition block.

AOSP Change-Id: I98ee8902df0c80135dddfa998c4ca4c2bb44e40e,
"ion: Handle the memory mapping correctly on x86", is broken
on android-3.18+ kernels. It conflicts with upstream commit
53a91c68fa7b, "staging: ion: Add private buffer flag to skip
page pooling on free", and break the ION_PRIV_FLAG_SHRINKER_FREE
private flag check logic.

Change-Id: I9cee4bcc3545cf92e07c21c2b42d27cf88da3316
Reported-by: chenfeng <puck.chen@hisilicon.com>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
drivers/staging/android/ion/ion_system_heap.c