Re: [PATCH 2/2] mm: drop PF_MEMALLOC_NORECLAIM
From: Michal Hocko
Date: Mon Aug 26 2024 - 15:18:24 EST
On Mon 26-08-24 18:49:23, Matthew Wilcox wrote:
> On Mon, Aug 26, 2024 at 06:51:55PM +0200, Michal Hocko wrote:
[...]
> > If a plan revert is preferably, I will go with it.
>
> There aren't any other users of PF_MEMALLOC_NOWARN and it definitely
> seems like something you want at a callsite rather than blanket for every
> allocation below this point. We don't seem to have many PF_ flags left,
> so let's not keep it around if there's no immediate plans for it.
Good point. What about this?
---