linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Remove unused group parameter in bitmap checksum
@ 2023-02-21 20:30 Kemeng Shi
  2023-02-21 20:30 ` [PATCH 1/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify Kemeng Shi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Kemeng Shi @ 2023-02-21 20:30 UTC (permalink / raw)
  To: tytso, adilger.kernel; +Cc: linux-ext4, linux-kernel, shikemeng, linfeilong

Hi all, this series try to remove unused group parameter in four bitmap
checksum functions. Each function is cleaned in a separated patch.
Thanks!

Kemeng Shi (4):
  ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify
  ext4: remove unused group parameter in ext4_inode_bitmap_csum_set
  ext4: remove unused group parameter in ext4_block_bitmap_csum_verify
  ext4: remove unused group parameter in ext4_block_bitmap_csum_set

 fs/ext4/balloc.c  |  3 +--
 fs/ext4/bitmap.c  |  8 ++++----
 fs/ext4/ext4.h    |  8 ++++----
 fs/ext4/ialloc.c  | 14 ++++++--------
 fs/ext4/mballoc.c | 10 +++++-----
 fs/ext4/resize.c  |  7 +++----
 6 files changed, 23 insertions(+), 27 deletions(-)

-- 
2.30.0


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

end of thread, other threads:[~2023-03-17  1:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-21 20:30 [PATCH 0/4] Remove unused group parameter in bitmap checksum Kemeng Shi
2023-02-21 20:30 ` [PATCH 1/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_verify Kemeng Shi
2023-03-07 11:07   ` Jan Kara
2023-02-21 20:30 ` [PATCH 2/4] ext4: remove unused group parameter in ext4_inode_bitmap_csum_set Kemeng Shi
2023-03-07 11:08   ` Jan Kara
2023-02-21 20:30 ` [PATCH 3/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_verify Kemeng Shi
2023-03-07 11:08   ` Jan Kara
2023-02-21 20:30 ` [PATCH 4/4] ext4: remove unused group parameter in ext4_block_bitmap_csum_set Kemeng Shi
2023-03-07 11:09   ` Jan Kara
2023-03-17  1:52 ` [PATCH 0/4] Remove unused group parameter in bitmap checksum 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;
as well as URLs for NNTP newsgroup(s).