diff options
author | John Garry <john.g.garry@oracle.com> | 2024-12-02 11:19:56 +0000 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-12-23 08:17:22 -0700 |
commit | 5c292ac6e69f390179b93dc104b40903cddce636 (patch) | |
tree | a4a503fb159fbbea2028b5283df26e45cbfdf4d0 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | b769a2f409e7a356db852a1bb62a32f7809b3a3c (diff) |
block: Delete bio_prio()
Since commit 43b62ce3ff0a ("block: move bio io prio to a new field"), macro
bio_prio() does nothing but return the value in bio->bi_ioprio. Most other
places just read bio->bi_ioprio directly, so replace bi_ioprio() callsites
with reading bio->bi_ioprio directly and delete that macro.
Signed-off-by: John Garry <john.g.garry@oracle.com>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20241202111957.2311683-2-john.g.garry@oracle.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions