Re: [PATCH v2 04/11] md/raid5: use mempool to allocate stripe_request_ctx
"Yu Kuai" <[email protected]>
| Newsgroups | gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
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