Skip to content
Commit ba52270d authored by Pekka Enberg's avatar Pekka Enberg Committed by Linus Torvalds
Browse files

SLUB: Don't pass __GFP_FAIL for the initial allocation



SLUB uses higher order allocations by default but falls back to small
orders under memory pressure. Make sure the GFP mask used in the initial
allocation doesn't include __GFP_NOFAIL.

Signed-off-by: default avatarPekka Enberg <penberg@cs.helsinki.fi>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4923abf9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment