Re: [PATCH 0/4] fs: Remove redundant __GFP_NOWARN
From: Theodore Ts'o
Date: Thu Aug 14 2025 - 10:58:02 EST
On Sun, 03 Aug 2025 18:22:38 +0800, Qianfeng Rong wrote:
> Commit 16f5dfbc851b ("gfp: include __GFP_NOWARN in GFP_NOWAIT")
> made GFP_NOWAIT implicitly include __GFP_NOWARN.
>
> Therefore, explicit __GFP_NOWARN combined with GFP_NOWAIT
> (e.g., `GFP_NOWAIT | __GFP_NOWARN`) is now redundant. Let's clean
> up these redundant flags across subsystems.
>
> [...]
Applied, thanks!
[3/4] ext4: Remove redundant __GFP_NOWARN
commit: 4ba97589ed19210ff808929052696f5636139823
Best regards,
--
Theodore Ts'o <tytso@xxxxxxx>