]> www.infradead.org Git - users/hch/misc.git/commit
block: remove the ioprio field from struct request shrink-request
authorChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2024 15:46:25 +0000 (16:46 +0100)
committerChristoph Hellwig <hch@lst.de>
Mon, 11 Nov 2024 16:04:30 +0000 (17:04 +0100)
commit744f09728b0e2a42b671af340b59191756897882
treeef50df306084222398437c3742732b44b7d96d5f
parentc69834ce62deda17042a82b3d22ca80f1563920b
block: remove the ioprio field from struct request

The request ioprio is only initialized from the first attached bio,
so requests without a bio already never set it.  Directly use the
bio field instead.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-merge.c
block/blk-mq.c
include/linux/blk-mq.h
include/trace/events/block.h