]> Gentwo Git Trees - linux/.git/commit
maple_tree: remove redundant __GFP_NOWARN
authorQianfeng Rong <rongqianfeng@vivo.com>
Mon, 4 Aug 2025 12:56:57 +0000 (20:56 +0800)
committerVlastimil Babka <vbabka@suse.cz>
Mon, 29 Sep 2025 07:21:16 +0000 (09:21 +0200)
commita8541957e7b18921dbf5d887780e8eaeb04916cf
treef137aabc9c64897e5b825ef0b9cb00931f1242eb
parent4ec1a08d20315d2d2a6f942ea563e5dadd988e98
maple_tree: remove redundant __GFP_NOWARN

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.

No functional changes.

Link: https://lkml.kernel.org/r/20250804125657.482109-1-rongqianfeng@vivo.com
Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com>
Reviewed-by: Wei Yang <richard.weiyang@gmail.com>
Reviewed-by: Liam R. Howlett <Liam.Howlett@oracle.com>
Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Vlastimil Babka <vbabka@suse.cz>
lib/maple_tree.c