diff options
| author | Christoph Hellwig <[email protected]> | 2022-05-26 09:36:38 +0200 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2022-07-25 17:45:33 +0200 |
| commit | fed8a72df126fdf03bf6bd46d83be9ff3bd90892 (patch) | |
| tree | a20935c121267f7d62b18d49dc52f07dd2af484e /tools/perf/scripts/python | |
| parent | 02bb5b72470facec78e03cdea9f01ca8c7fe7835 (diff) | |
btrfs: don't use btrfs_bio_wq_end_io for compressed writes
Compressed write bio completion is the only user of btrfs_bio_wq_end_io
for writes, and the use of btrfs_bio_wq_end_io is a little suboptimal
here as we only real need user context for the final completion of a
compressed_bio structure, and not every single bio completion.
Add a work_struct to struct compressed_bio instead and use that to call
finish_compressed_bio_write. This allows to remove all handling of
write bios in the btrfs_bio_wq_end_io infrastructure.
Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions