aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhexue <[email protected]>2024-05-27 16:45:33 +0800
committerJens Axboe <[email protected]>2024-05-27 13:58:06 -0600
commit30a0e3135f9aa14ba745f767375183b3112d7440 (patch)
tree495b11405bae7b9a030da15056d78b56df66cb1c
parentd9ff882b54f99f96787fa3df7cd938966843c418 (diff)
block: delete redundant function declaration
blk_stats_alloc_enable was used for block hybrid poll, the related function definition was removed by patch: commit 54bdd67d0f88 ("blk-mq: remove hybrid polling") but the function declaration was not deleted. Signed-off-by: hexue <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
-rw-r--r--block/blk-stat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-stat.h b/block/blk-stat.h
index 17e1eb4ec7e2..5d7f18ba436d 100644
--- a/block/blk-stat.h
+++ b/block/blk-stat.h
@@ -64,7 +64,6 @@ struct blk_stat_callback {
struct blk_queue_stats *blk_alloc_queue_stats(void);
void blk_free_queue_stats(struct blk_queue_stats *);
-bool blk_stats_alloc_enable(struct request_queue *q);
void blk_stat_add(struct request *rq, u64 now);