diff options
| author | Christoph Hellwig <[email protected]> | 2023-05-03 17:24:35 +0200 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2023-06-19 13:59:28 +0200 |
| commit | 31d89399dad0cf5524bd0e4e2c2827ae7004b2ca (patch) | |
| tree | af4c8acc912c0924441f4d700d80a04704d0c05f /tools/perf/scripts/python/netdev-times.py | |
| parent | cd88a4fdbf1e3d55d852dd67c38155ee3ee3469f (diff) | |
btrfs: remove the extent_buffer lookup in btree block checksumming
The checksumming of btree blocks always operates on the entire
extent_buffer, and because btree blocks are always allocated contiguously
on disk they are never split by btrfs_submit_bio.
Simplify the checksumming code by finding the extent_buffer in the
btrfs_bio private data instead of trying to search through the bio_vec.
Reviewed-by: Johannes Thumshirn <[email protected]>
Reviewed-by: Qu Wenruo <[email protected]>
Reviewed-by: Josef Bacik <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions