diff options
author | hanjinke <[email protected]> | 2022-06-06 23:53:05 +0800 |
---|---|---|
committer | Theodore Ts'o <[email protected]> | 2022-08-02 23:52:19 -0400 |
commit | 218a69441bf7f65155b96584e354f12c28b7944a (patch) | |
tree | 60a95a16a6fc2be741d905cd6b829da3b71e3277 /scripts/gdb/linux/proc.py | |
parent | 827891a38accfb4e04dbcdefe710f8746c6ad16d (diff) |
ext4: reuse order and buddy in mb_mark_used when buddy split
After each buddy split, mb_mark_used will search the proper order
for the block which may consume some loop in mb_find_order_for_block.
In fact, we can reuse the order and buddy generated by the buddy split.
Reviewed by: [email protected]
Signed-off-by: hanjinke <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Theodore Ts'o <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/proc.py')
0 files changed, 0 insertions, 0 deletions