On Thu Mar 13, 2025 at 10:05 PM CET, Johannes Weiner wrote: > + /* Reclaim/compaction failed to prevent the fallback */ > + if (defrag_mode) { > + alloc_flags &= ALLOC_NOFRAGMENT; > + goto retry; > + } I can't see where ALLOC_NOFRAGMENT gets cleared, is it supposed to be here (i.e. should this be ~ALLOC_NOFRAGMENT)?