public inbox for linux-fscrypt@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fs: Remove redundant __GFP_NOWARN
@ 2025-08-03 10:22 Qianfeng Rong
  2025-08-03 10:22 ` [PATCH 2/4] fscrypto: " Qianfeng Rong
  2025-08-14 14:48 ` [PATCH 0/4] fs: " Theodore Ts'o
  0 siblings, 2 replies; 4+ messages in thread
From: Qianfeng Rong @ 2025-08-03 10:22 UTC (permalink / raw)
  To: Kent Overstreet, Eric Biggers, Theodore Y. Ts'o, Jaegeuk Kim,
	Andreas Dilger, Alexander Viro, Christian Brauner, Jan Kara,
	open list:BCACHEFS, open list,
	open list:FSCRYPT: FILE SYSTEM LEVEL ENCRYPTION SUPPORT,
	open list:EXT4 FILE SYSTEM,
	open list:FILESYSTEMS (VFS and infrastructure)
  Cc: willy, Qianfeng Rong

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 (4):
  bcachefs: Remove redundant __GFP_NOWARN
  fscrypto: Remove redundant __GFP_NOWARN
  ext4: Remove redundant __GFP_NOWARN
  fs-writeback: Remove redundant __GFP_NOWARN

 fs/bcachefs/btree_cache.c        | 4 ++--
 fs/bcachefs/btree_io.c           | 2 +-
 fs/bcachefs/btree_iter.h         | 6 +++---
 fs/bcachefs/btree_trans_commit.c | 2 +-
 fs/bcachefs/fs.c                 | 2 +-
 fs/crypto/bio.c                  | 2 +-
 fs/ext4/page-io.c                | 2 +-
 fs/ext4/super.c                  | 2 +-
 fs/fs-writeback.c                | 2 +-
 9 files changed, 12 insertions(+), 12 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-08-14 14:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-03 10:22 [PATCH 0/4] fs: Remove redundant __GFP_NOWARN Qianfeng Rong
2025-08-03 10:22 ` [PATCH 2/4] fscrypto: " Qianfeng Rong
2025-08-11 17:31   ` Eric Biggers
2025-08-14 14:48 ` [PATCH 0/4] fs: " Theodore Ts'o

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