mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] net: remove redundant __GFP_NOWARN
@ 2025-08-10  7:29 Qianfeng Rong
  2025-08-10  7:29 ` [PATCH 1/3] tcp: cdg: " Qianfeng Rong
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Qianfeng Rong @ 2025-08-10  7:29 UTC (permalink / raw)
  To: Eric Dumazet, Neal Cardwell, Kuniyuki Iwashima, David S. Miller,
	David Ahern, Jakub Kicinski, Paolo Abeni, Simon Horman,
	Allison Henderson, Trond Myklebust, Anna Schumaker, Chuck Lever,
	Jeff Layton, NeilBrown, Olga Kornievskaia, Dai Ngo, Tom Talpey,
	Qianfeng Rong, open list:NETWORKING [TCP],
	open list, open list:RDS - RELIABLE DATAGRAM SOCKETS,
	moderated list:RDS - RELIABLE DATAGRAM SOCKETS, open list:NFS,
	SUNRPC, AND LOCKD CLIENTS

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-08-12  6:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-10  7:29 [PATCH 0/3] net: remove redundant __GFP_NOWARN Qianfeng Rong
2025-08-10  7:29 ` [PATCH 1/3] tcp: cdg: " Qianfeng Rong
2025-08-11  8:54   ` Eric Dumazet
2025-08-10  7:29 ` [PATCH 2/3] RDS: " Qianfeng Rong
2025-08-12  6:54   ` Allison Henderson
2025-08-10  7:29 ` [PATCH 3/3] SUNRPC: Remove " Qianfeng Rong
2025-08-10 15:34   ` Chuck Lever

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®