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. Qianfeng Rong (3): tcp: cdg: remove redundant __GFP_NOWARN RDS: remove redundant __GFP_NOWARN SUNRPC: Remove redundant __GFP_NOWARN net/ipv4/tcp_cdg.c | 2 +- net/rds/ib_recv.c | 2 +- net/sunrpc/socklib.c | 2 +- net/sunrpc/xprtrdma/rpc_rdma.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -- 2.34.1