Re: [PATCH 06/11] mempool: factor out a mempool_alloc_from_pool helper

From: Vlastimil Babka
Date: Tue Nov 25 2025 - 06:34:27 EST


On 11/24/25 07:15, Christoph Hellwig wrote:
> On Sun, Nov 23, 2025 at 12:34:40PM +0100, Vlastimil Babka wrote:
>> Looking closer I noticed we're also not doing as the comment says about
>> passing the limited flags to mempool_alloc_from_pool() on the first attempt.
>
> It does, that's gfp_temp.

It's gfp_temp now after my fixup, but you were passing gfp_mask by mistake.
Thanks for the review!