diff options
| author | Kemeng Shi <[email protected]> | 2023-02-21 19:59:15 +0800 |
|---|---|---|
| committer | Theodore Ts'o <[email protected]> | 2023-03-23 23:00:08 -0400 |
| commit | a38627f14356f505f621b31197fd872b99a10563 (patch) | |
| tree | 12ed6baea75345034230de272ad47896b11ae6ca /tools/perf/scripts/python/bin/stackcollapse-report | |
| parent | 3d61ef10f521b5c6906a5ba71573d5503aee2aa5 (diff) | |
ext4: call ext4_bg_num_gdb_[no]meta directly in ext4_num_base_meta_clusters
ext4_num_base_meta_clusters is already aware of meta_bg feature and test
if block_group is inside real meta block groups before calling
ext4_bg_num_gdb. Then ext4_bg_num_gdb will check if block group is inside
a real meta block groups again to decide either ext4_bg_num_gdb_meta or
ext4_bg_num_gdb_nometa is needed.
Call ext4_bg_num_gdb_meta or ext4_bg_num_gdb_nometa directly after we
check if block_group is inside a meta block groups in
ext4_num_base_meta_clusters to remove redundant check of meta block
groups in ext4_bg_num_gdb.
Signed-off-by: Kemeng Shi <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions