Re: [PATCH] mm/vmscan: Remove redundant __GFP_NOWARN

From: Fushuai Wang

Date: Sun Oct 05 2025 - 21:40:53 EST


>> - .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOWARN |
>> - __GFP_NOMEMALLOC | GFP_NOWAIT,
>> + .gfp_mask = (GFP_HIGHUSER_MOVABLE & ~__GFP_RECLAIM) | __GFP_NOMEMALLOC |
>> + GFP_NOWAIT,
>
> Please just remove the NOWARN. There's no need to reflow the other
> flags and break the 80 column limit.

OK, I will send a v2 shortly.

Regards,
Wang.