commit | 4fd873c8175dd695aa3de2473951c51715b64d8c | [log] [tgz] |
---|---|---|
author | Kemeng Shi <[email protected]> | Wed Feb 22 04:30:25 2023 +0800 |
committer | Theodore Ts'o <[email protected]> | Thu Mar 23 23:00:08 2023 -0400 |
tree | 885e17d7fe7a6e3e6cb756b9cfc4b26479805b5b | |
parent | b83acc77718644b2c19832226ca284ce01efc550 [diff] [blame] |
ext4: remove unused group parameter in ext4_inode_bitmap_csum_set Remove unused group parameter in ext4_inode_bitmap_csum_set. Signed-off-by: Kemeng Shi <[email protected]> Reviewed-by: Jan Kara <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Theodore Ts'o <[email protected]>
diff --git a/fs/ext4/bitmap.c b/fs/ext4/bitmap.c index 3bb28fa..0186b89 100644 --- a/fs/ext4/bitmap.c +++ b/fs/ext4/bitmap.c
@@ -38,7 +38,7 @@ int ext4_inode_bitmap_csum_verify(struct super_block *sb, return provided == calculated; } -void ext4_inode_bitmap_csum_set(struct super_block *sb, ext4_group_t group, +void ext4_inode_bitmap_csum_set(struct super_block *sb, struct ext4_group_desc *gdp, struct buffer_head *bh, int sz) {