diff options
author | Qu Wenruo <[email protected]> | 2021-09-27 15:21:52 +0800 |
---|---|---|
committer | David Sterba <[email protected]> | 2021-10-26 19:08:04 +0200 |
commit | 2d4e0b84b4d099a08dc0da80dc1ffe8ed38fb5b2 (patch) | |
tree | 03c862d25263252cceeb935c0796113260774f15 /tools/perf/scripts/python/libxed.py | |
parent | 6853c64a6e763fedfeef214569ceea40008cc007 (diff) |
btrfs: introduce submit_compressed_bio() for compression
The new helper, submit_compressed_bio(), will aggregate the following
work:
- Increase compressed_bio::pending_bios
- Remap the endio function
- Map and submit the bio
This slightly reorders calls to btrfs_csum_one_bio or
btrfs_lookup_bio_sums but but none of them does anything regarding IO
submission so this is effectively no change. We mainly care about order
of
- atomic_inc
- btrfs_bio_wq_end_io
- btrfs_map_bio
Signed-off-by: Qu Wenruo <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/libxed.py')
0 files changed, 0 insertions, 0 deletions