Skip to content

Commit 97c32db

Browse files
Kemeng Shitytso
authored andcommitted
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>
1 parent 11fd1a5 commit 97c32db

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fs/ext4/mballoc.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ struct ext4_allocation_context {
192192
*/
193193
ext4_grpblk_t ac_orig_goal_len;
194194

195-
__u32 ac_groups_considered;
196195
__u32 ac_flags; /* allocation hints */
197196
__u16 ac_groups_scanned;
198197
__u16 ac_groups_linear_remaining;

0 commit comments

Comments
 (0)