block: remove superfluous calls to blkcg_bio_issue_init
authorChristoph Hellwig <hch@lst.de>
Wed, 4 May 2022 14:29:49 +0000 (07:29 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 5 May 2022 00:29:52 +0000 (18:29 -0600)
commit513616843d736fb7161b4460cdfe5aa825c5902c
tree8081ebe033df5237f6f4d59dd4d835605c9fd18c
parentf624506f98b198e65b44da303f44974590fb16c0
block: remove superfluous calls to blkcg_bio_issue_init

blkcg_bio_issue_init is called in submit_bio.  There is no need to have
extra calls that just get overriden in __bio_clone and the two places
that copy and pasted from it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Mike Snitzer <snitzer@kernel.org>
Link: https://lore.kernel.org/r/20220504142950.567582-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bio.c
block/blk-crypto-fallback.c
block/bounce.c