[PATCH 0/2] block: Delete bio_set_prio() and bio_prio()
From: John Garry
Date: Mon Dec 02 2024 - 06:31:41 EST
Macros bio_set_prio() and bio_prio() do nothing special in terms of
setting and getting the bio io prio member, so just delete them.
Prior to commit 43b62ce3ff0a, they would actually encode and decode the
prio in the now-deleted bi_rw member.
John Garry (2):
block: Delete bio_prio()
block: Delete bio_set_prio()
drivers/block/rnbd/rnbd-srv.c | 2 +-
drivers/md/bcache/movinggc.c | 2 +-
drivers/md/bcache/writeback.c | 2 +-
drivers/md/dm-verity-fec.c | 6 +++---
drivers/md/dm-verity-target.c | 4 ++--
fs/bcachefs/move.c | 6 +++---
include/linux/bio.h | 3 ---
7 files changed, 11 insertions(+), 14 deletions(-)
--
2.31.1