diff options
author | Chaitanya Kulkarni <kch@nvidia.com> | 2023-03-27 09:34:27 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2023-03-27 21:22:58 +0200 |
commit | 06965037ce942500c1ce3aa29ca217093a9c5720 (patch) | |
tree | ca2fdca57023fd71e28acc58d636f917c35ffe3c /fs | |
parent | block: open code __blk_account_io_start() (diff) | |
download | linux-06965037ce942500c1ce3aa29ca217093a9c5720.tar.xz linux-06965037ce942500c1ce3aa29ca217093a9c5720.zip |
block: open code __blk_account_io_done()
There is only one caller for __blk_account_io_done(), the function
is small enough to fit in its caller blk_account_io_done().
Remove the function and opencode in the its caller
blk_account_io_done().
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions