]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ext4: remove unused ext4_allocation_context::ac_groups_considered
authorKemeng Shi <shikemeng@huaweicloud.com>
Fri, 5 Jan 2024 09:20:57 +0000 (17:20 +0800)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 18 Jan 2024 15:52:45 +0000 (10:52 -0500)
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>
fs/ext4/mballoc.h

index d7aeb5da7d86768c10efdc7ef38b4a6cee38ca78..56938532b4ce258e210178d2406e187eec5ef8cc 100644 (file)
@@ -192,7 +192,6 @@ struct ext4_allocation_context {
         */
        ext4_grpblk_t   ac_orig_goal_len;
 
-       __u32 ac_groups_considered;
        __u32 ac_flags;         /* allocation hints */
        __u16 ac_groups_scanned;
        __u16 ac_groups_linear_remaining;