]> www.infradead.org Git - users/hch/block.git/commit
blk-ioprio: remove ioprio_blkcg_from_bio()
authorYu Kuai <yukuai3@huawei.com>
Fri, 19 Jul 2024 07:15:05 +0000 (15:15 +0800)
committerJens Axboe <axboe@kernel.dk>
Sun, 28 Jul 2024 22:47:51 +0000 (16:47 -0600)
commitd0e92795997c8dce7ec804791e359a93211f9719
tree57500d773973aad581658627e8a7ba1e3b321173
parentae8650b45d1837aae117fa147aeef69540bb3fe8
blk-ioprio: remove ioprio_blkcg_from_bio()

Currently, if config is enabled, then ioprio is always enabled by
default from blkcg_init_disk(), hence there is no point to check if
the policy is enabled from blkg in ioprio_blkcg_from_bio(). Hence remove
it and get blkcg directly from bio.

Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Tejun Heo <tj@kernel.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://lore.kernel.org/r/20240719071506.158075-3-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-ioprio.c