diff options
author | Christoph Hellwig <[email protected]> | 2023-01-21 07:50:21 +0100 |
---|---|---|
committer | David Sterba <[email protected]> | 2023-02-15 19:38:52 +0100 |
commit | 67d66982509043962cf15457051e1b840578a323 (patch) | |
tree | 970c7da1e3da3220bb1927171d05ea9861542584 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 852eee62d31abd695cd43e1b875d664ed292a8ca (diff) |
btrfs: pass the iomap bio to btrfs_submit_bio
Now that btrfs_submit_bio splits the bio when crossing stripe boundaries,
there is no need for the higher level code to do that manually.
For direct I/O this is really helpful, as btrfs_submit_io can now simply
take the bio allocated by iomap and send it on to btrfs_submit_bio
instead of allocating clones.
For that to work, the bio embedded into struct btrfs_dio_private needs to
become a full btrfs_bio as expected by btrfs_submit_bio.
With this change there is a single work item to offload the entire iomap
bio so the heuristics to skip async processing for bios that were split
isn't needed anymore either.
Reviewed-by: Josef Bacik <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions