On Mon, 24 Feb 2025 at 13:37, Brendan Jackman <jackmanb@xxxxxxxxxx> wrote: > int find_suitable_fallback(struct free_area *area, unsigned int order, > - int migratetype, bool only_stealable, bool *can_steal); > + int migratetype, bool need_whole_block, bool *whole_block); Agh, sorry, I was meant to rename all of these to claim_block. Apparently I got halfway through doing that then got distracted. (Literally the whole point of this patch was to clean this up, and I somehow failed to actually do that!)