Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ext4: remove unused ext4_allocation_context::ac_groups_considered

Remove unused ext4_allocation_context::ac_groups_considered

Signed-off-by: Kemeng Shi <shikemeng@huaweicloud.com>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://lore.kernel.org/r/20240105092102.496631-5-shikemeng@huaweicloud.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>

authored by

Kemeng Shi and committed by
Theodore Ts'o
97c32dbf 11fd1a5d

-1
-1
fs/ext4/mballoc.h
··· 192 192 */ 193 193 ext4_grpblk_t ac_orig_goal_len; 194 194 195 - __u32 ac_groups_considered; 196 195 __u32 ac_flags; /* allocation hints */ 197 196 __u16 ac_groups_scanned; 198 197 __u16 ac_groups_linear_remaining;