Re: [PATCH] md/raid5: remove redundant __GFP_NOWARN
From: Xiao Ni
Date: Tue Nov 04 2025 - 09:16:42 EST
On Tue, Nov 4, 2025 at 5:35 PM Huiwen He <hehuiwen@xxxxxxxxxx> wrote:
>
> Hi Xiao Ni,
>
> Thank you for your review and feedback.
>
> The reason for removing `__GFP_NOWARN` in `r5l_init_log()` is that
> it is already implied by `GFP_NOWAIT`. However, I noticed that
> `__GFP_NOWARN` is used independently in `raid5.c`, so removing it
> there maybe incorrect.
>
> Best regards,
> Huiwen He
>
I c, thanks for pointing that out.
Regards
Xiao