diff options
| author | Muchun Song <[email protected]> | 2022-07-13 14:02:26 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-07-14 16:54:49 +0000 |
| commit | 957a2b345cbcf41b4b25d471229f0e35262f066c (patch) | |
| tree | 44ec9c9d637dbb36bd9ca51aca5a91abb1dcbbc5 /net/unix/af_unix.c | |
| parent | Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.org/nvme into block-5.19 (diff) | |
| download | kernel-957a2b345cbcf41b4b25d471229f0e35262f066c.tar.gz kernel-957a2b345cbcf41b4b25d471229f0e35262f066c.zip | |
block: fix missing blkcg_bio_issue_init
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.
Fixes: 513616843d73 ("block: remove superfluous calls to blkcg_bio_issue_init")
Signed-off-by: Muchun Song <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions
