diff options
author | Yu Kuai <yukuai3@huawei.com> | 2024-09-02 15:03:29 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-09-03 17:51:54 +0200 |
commit | f45916ae60eb60e7c9c3ac60cf07e66fe1a7faad (patch) | |
tree | 4d2d6f987792b8bda3231eb38e92488317d2829c /block/bfq-iosched.h | |
parent | block, bfq: don't break merge chain in bfq_split_bfqq() (diff) | |
download | linux-f45916ae60eb60e7c9c3ac60cf07e66fe1a7faad.tar.xz linux-f45916ae60eb60e7c9c3ac60cf07e66fe1a7faad.zip |
block, bfq: use bfq_reassign_last_bfqq() in bfq_bfqq_move()
Instead of open coding it, there are no functional changes.
Signed-off-by: Yu Kuai <yukuai3@huawei.com>
Link: https://lore.kernel.org/r/20240902130329.3787024-5-yukuai1@huaweicloud.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/bfq-iosched.h')
-rw-r--r-- | block/bfq-iosched.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/bfq-iosched.h b/block/bfq-iosched.h index 08ddf2cfae5b..e16d96e2367b 100644 --- a/block/bfq-iosched.h +++ b/block/bfq-iosched.h @@ -1156,6 +1156,8 @@ void bfq_del_bfqq_busy(struct bfq_queue *bfqq, bool expiration); void bfq_add_bfqq_busy(struct bfq_queue *bfqq); void bfq_add_bfqq_in_groups_with_pending_reqs(struct bfq_queue *bfqq); void bfq_del_bfqq_in_groups_with_pending_reqs(struct bfq_queue *bfqq); +void bfq_reassign_last_bfqq(struct bfq_queue *cur_bfqq, + struct bfq_queue *new_bfqq); /* --------------- end of interface of B-WF2Q+ ---------------- */ |