Re: [PATCH V3 1/5] ext4: remove the 'group' parameter of ext4_trim_extent

From: Guoqing Jiang
Date: Sun Jul 25 2021 - 23:42:44 EST



On 7/24/21 3:41 PM, Wang Jianchao wrote:
-static int ext4_trim_extent(struct super_block *sb, int start, int count,
- ext4_group_t group, struct ext4_buddy *e4b)
+static int ext4_trim_extent(struct super_block *sb,
+ int start, int count, struct ext4_buddy *e4b)

Nit, seems only need to change the second line.

Thanks,
Guoqing