Skip to content
Commit 0f352e53 authored by Michal Hocko's avatar Michal Hocko Committed by Linus Torvalds
Browse files

mm: remove __GFP_NOFAIL is deprecated comment



Commit 64775719 ("mm: clarify __GFP_NOFAIL deprecation status") was
incomplete and didn't remove the comment about __GFP_NOFAIL being
deprecated in buffered_rmqueue.

Let's get rid of this leftover but keep the WARN_ON_ONCE for order > 1
because we should really discourage from using __GFP_NOFAIL with higher
order allocations because those are just too subtle.

Signed-off-by: default avatarMichal Hocko <mhocko@suse.com>
Reviewed-by: default avatarNikolay Borisov <kernel@kyup.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 95813b8f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment