aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2020-05-13 12:49:32 +0200
committerJens Axboe <axboe@kernel.dk>2020-05-19 09:35:24 -0600
commitf1394b79881458c3cfb12c1cac813085549f2c7d (patch)
treedceb5714c9fb0bfe5b20eeb49d7be71e7f81ecd4 /block
parentblk-mq: allow blk_mq_make_request to consume the q_usage_counter reference (diff)
downloadwireguard-linux-f1394b79881458c3cfb12c1cac813085549f2c7d.tar.xz
wireguard-linux-f1394b79881458c3cfb12c1cac813085549f2c7d.zip
block: mark blk_account_io_completion static
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
-rw-r--r--block/blk-core.c2
-rw-r--r--block/blk.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/block/blk-core.c b/block/blk-core.c
index 78683ea61c93..d8df56e9bffb 100644
--- a/block/blk-core.c
+++ b/block/blk-core.c
@@ -1381,7 +1381,7 @@ unsigned int blk_rq_err_bytes(const struct request *rq)
}
EXPORT_SYMBOL_GPL(blk_rq_err_bytes);
-void blk_account_io_completion(struct request *req, unsigned int bytes)
+static void blk_account_io_completion(struct request *req, unsigned int bytes)
{
if (req->part && blk_do_io_stat(req)) {
const int sgrp = op_stat_group(req_op(req));
diff --git a/block/blk.h b/block/blk.h
index 9e6ed5f11823..eb09216b533a 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -187,7 +187,6 @@ bool blk_attempt_plug_merge(struct request_queue *q, struct bio *bio,
unsigned int nr_segs, struct request **same_queue_rq);
void blk_account_io_start(struct request *req, bool new_io);
-void blk_account_io_completion(struct request *req, unsigned int bytes);
void blk_account_io_done(struct request *req, u64 now);
/*