block: improve readability of blk_mq_end_request_batch()
authorJens Axboe <axboe@kernel.dk>
Thu, 28 Oct 2021 18:08:34 +0000 (12:08 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 28 Oct 2021 18:08:34 +0000 (12:08 -0600)
commit02f7eab0095a47b45f48a4321d33de3569c59061
treea482434eb91daec509d893937b89b982fbd2ba90
parent57a13a5b8157d9a8606490aaa1b805bafe6c37e1
block: improve readability of blk_mq_end_request_batch()

It's faster and easier to read if we tolerate cur_hctx being NULL in
the "when to flush" condition. Rename last_hctx to cur_hctx while at it,
as it better describes the role of that variable.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c