]> Gentwo Git Trees - linux/.git/commit
sparc64: Remove redundant __GFP_NOWARN
authorQianfeng Rong <rongqianfeng@vivo.com>
Sat, 9 Aug 2025 14:33:01 +0000 (22:33 +0800)
committerAndreas Larsson <andreas@gaisler.com>
Fri, 19 Sep 2025 18:26:39 +0000 (20:26 +0200)
commit3751aa6e7147791e0c0c446f5f55c61762886a2f
treee59b6af52b04634dd88c95625b3b462480e6395c
parent6fd44a481b3c6111e4801cec964627791d0f3ec5
sparc64: 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.

Signed-off-by: Qianfeng Rong <rongqianfeng@vivo.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
arch/sparc/kernel/adi_64.c