diff options
author | John Garry <john.g.garry@oracle.com> | 2024-12-02 14:19:57 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-12-23 18:17:23 +0300 |
commit | 19206d3f5ef7f051056d2fb49203a347e4844e6e (patch) | |
tree | abc038584c54ece9d83d709b25b96507375981b1 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 5c292ac6e69f390179b93dc104b40903cddce636 (diff) | |
download | linux-19206d3f5ef7f051056d2fb49203a347e4844e6e.tar.xz |
block: Delete bio_set_prio()
Since commit 43b62ce3ff0a ("block: move bio io prio to a new field"), macro
bio_set_prio() does nothing but set bio->bi_ioprio. All other places just
set bio->bi_ioprio directly, so replace bio_set_prio() remaining
callsites with setting bio->bi_ioprio directly and delete that macro.
Signed-off-by: John Garry <john.g.garry@oracle.com>
Acked-by: Jack Wang <jinpu.wang@ionos.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20241202111957.2311683-3-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions