Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6e85eaf3 authored by Jens Axboe's avatar Jens Axboe
Browse files

blk-mq: blk_account_io_start() takes a bool

parent 58886785
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1237,7 +1237,7 @@ static void blk_mq_bio_to_request(struct request *rq, struct bio *bio)
{
{
	init_request_from_bio(rq, bio);
	init_request_from_bio(rq, bio);


	blk_account_io_start(rq, 1);
	blk_account_io_start(rq, true);
}
}


static inline bool hctx_allow_merges(struct blk_mq_hw_ctx *hctx)
static inline bool hctx_allow_merges(struct blk_mq_hw_ctx *hctx)