diff options
author | Christoph Hellwig <hch@lst.de> | 2023-01-21 09:50:21 +0300 |
---|---|---|
committer | David Sterba <dsterba@suse.com> | 2023-02-15 21:38:52 +0300 |
commit | 67d66982509043962cf15457051e1b840578a323 (patch) | |
tree | 970c7da1e3da3220bb1927171d05ea9861542584 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 852eee62d31abd695cd43e1b875d664ed292a8ca (diff) | |
download | linux-67d66982509043962cf15457051e1b840578a323.tar.xz |
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 <josef@toxicpanda.com>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions