On Wed, 13 Jul 2022 22:02:26 +0800, Muchun Song wrote: > The commit 513616843d73 ("block: remove superfluous calls to > blkcg_bio_issue_init") has removed blkcg_bio_issue_init from > __bio_clone since submit_bio will override ->bi_issue. > However, __blk_queue_split is called after blkcg_bio_issue_init > (see blk_mq_submit_bio) in submit_bio. In this case, the > ->bi_issue is 0. Fix it. > > [...] Applied, thanks! [1/1] block: fix missing blkcg_bio_issue_init commit: 957a2b345cbcf41b4b25d471229f0e35262f066c Best regards, -- Jens Axboe