diff options
author | Kemeng Shi <shikemeng@huaweicloud.com> | 2024-01-05 10:20:57 +0100 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2024-01-18 16:52:45 +0100 |
commit | 97c32dbffce12136c06d9ceb6919850233d3a1c2 (patch) | |
tree | f81b1cb49e5a5840c3ef68052d0a2aa6ba47490a /fs/ext4/mballoc.h | |
parent | ext4: remove unneeded return value of ext4_mb_release_context (diff) | |
download | linux-97c32dbffce12136c06d9ceb6919850233d3a1c2.tar.xz linux-97c32dbffce12136c06d9ceb6919850233d3a1c2.zip |
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>
Diffstat (limited to 'fs/ext4/mballoc.h')
-rw-r--r-- | fs/ext4/mballoc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ext4/mballoc.h b/fs/ext4/mballoc.h index d7aeb5da7d86..56938532b4ce 100644 --- a/fs/ext4/mballoc.h +++ b/fs/ext4/mballoc.h @@ -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; |