diff options
author | Christoph Hellwig <hch@lst.de> | 2022-10-25 08:59:16 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2022-10-25 12:08:31 -0600 |
commit | a55b70f1273a54b33482db8b2568da435fefd6c2 (patch) | |
tree | 7757ec18f984771d671395f4111d11ad3b71af78 /include/linux/blkdev.h | |
parent | 941f7298c70c7668416e7845fa76eb72c07d966b (diff) |
block: remove bio_start_io_acct_time
bio_start_io_acct_time is not actually used anywhere, so remove it.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20221025155916.270303-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/blkdev.h')
-rw-r--r-- | include/linux/blkdev.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/blkdev.h b/include/linux/blkdev.h index 50e358a19d98..57ed49f20d2e 100644 --- a/include/linux/blkdev.h +++ b/include/linux/blkdev.h @@ -1458,7 +1458,6 @@ unsigned long bdev_start_io_acct(struct block_device *bdev, void bdev_end_io_acct(struct block_device *bdev, enum req_op op, unsigned long start_time); -void bio_start_io_acct_time(struct bio *bio, unsigned long start_time); unsigned long bio_start_io_acct(struct bio *bio); void bio_end_io_acct_remapped(struct bio *bio, unsigned long start_time, struct block_device *orig_bdev); |