Re: [PATCH 3/5] mm: page_alloc: defrag_mode

From: Brendan Jackman
Date: Sat Mar 22 2025 - 11:06:19 EST


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)?