block: open code __blk_account_io_start()
authorChaitanya Kulkarni <kch@nvidia.com>
Mon, 27 Mar 2023 07:34:26 +0000 (00:34 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 27 Mar 2023 19:22:58 +0000 (13:22 -0600)
commite165fb4dd6985b37215178e514a2e09dab8fef14
tree8f480351f7cdb80129982f4283610cf8f6e7cba4
parent54bdd67d0f88489ac88f7664b56cb7c93799d84d
block: open code __blk_account_io_start()

There is only one caller for __blk_account_io_start(), the function
is small enough to fit in its caller blk_account_io_start().

Remove the function and opencode in the its caller
blk_account_io_start().

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20230327073427.4403-2-kch@nvidia.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-mq.c