Re: [PATCH v2 04/11] md/raid5: use mempool to allocate stripe_request_ctx

From: Yu Kuai
Date: Sat Jan 03 2026 - 06:15:15 EST


Hi,

在 2025/12/30 17:38, Li Nan 写道:
> In mempool_alloc_noprof():
>     VM_WARN_ON_ONCE(gfp_mask & __GFP_ZERO);
>
> __GFP_ZERO should be removed and ensure init before accessing the members.

Looks correct, will fix it.

--
Thansk,
Kuai