ANDROID: ion_system_heap: Add __GFP_NOWARN to mid-order allocations
When testing ION, we often see warnings in dmesg where a
mid-order allocation failed. The logic will always fall back to
lower-order allocations (there is no strict need to return
contiguous pages) so these warnings are distracting noise.
To solve this, this patch adds the __GFP_NOWARN flag to all
mid-order allocations.
Signed-off-by:
John Stultz <john.stultz@linaro.org>
Bug: 177702259
Change-Id: Id4c6f2435afd9e386afba280a7f05f2bab551484
Loading
Please register or sign in to comment