commit | 271d2afe88cf68ae480293ea0346e20da2f9b1c7 | [log] [tgz] |
---|---|---|
author | Sudarshan Rajagopalan <sudaraja@codeaurora.org> | Wed Oct 31 17:58:48 2018 -0700 |
committer | Swathi Sridhar <swatsrid@codeaurora.org> | Tue Jan 15 09:45:56 2019 -0800 |
tree | 0bce78410c671d9b9532cda92ebe79c6e87007bb | |
parent | acf1424103bb0178fdd654a6d51179caaba4e87a [diff] |
mm: use GFP_NOWAIT for post_alloc_hook While we are inside an atomic context with pre-emption disabled, use GFP_NOWAIT for allocations that will not sleep. Change-Id: Ifcabbd86ee224ecd2619cd02577e1e2f1c238c83 Signed-off-by: Sudarshan Rajagopalan <sudaraja@codeaurora.org>