diff options
author | Damien Le Moal <[email protected]> | 2024-04-08 10:41:02 +0900 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2024-04-17 08:44:02 -0600 |
commit | c0da26f950a355ef3540ca8d215351e1ed4cac47 (patch) | |
tree | bd2315dccf9560cca77469aec74839848c1db594 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 6f8fd758de63bab513c551bb1796a14f8cdc40d9 (diff) |
block: Remove req_bio_endio()
Moving req_bio_endio() code into its only caller, blk_update_request(),
allows reducing accesses to and tests of bio and request fields. Also,
given that partial completions of zone append operations is not
possible and that zone append operations cannot be merged, the update
of the BIO sector using the request sector for these operations can be
moved directly before the call to bio_endio().
Signed-off-by: Damien Le Moal <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Reviewed-by: Bart Van Assche <[email protected]>
Reviewed-by: Hannes Reinecke <[email protected]>
Tested-by: Hans Holmberg <[email protected]>
Tested-by: Dennis Maisenbacher <[email protected]>
Reviewed-by: Martin K. Petersen <[email protected]>
Reviewed-by: Johannes Thumshirn <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions