summaryrefslogtreecommitdiff
path: root/block/blk.h
diff options
context:
space:
mode:
authorKeith Busch <kbusch@kernel.org>2022-11-10 10:44:59 -0800
committerJens Axboe <axboe@kernel.dk>2022-11-16 15:58:11 -0700
commitb3228254bb6e91e57f920227f72a1a7d81925d81 (patch)
treea1838f569302ba1bb717824dfaeee1a1151dda28 /block/blk.h
parent86e4d3e8d1838ca88fb9267e669c36f6c8f7c6cd (diff)
block: make blk_set_default_limits() private
There are no external users of this function. Signed-off-by: Keith Busch <kbusch@kernel.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20221110184501.2451620-4-kbusch@meta.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk.h')
-rw-r--r--block/blk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/block/blk.h b/block/blk.h
index 5350bf363035..a0c1d31a8fe7 100644
--- a/block/blk.h
+++ b/block/blk.h
@@ -324,6 +324,7 @@ void blk_rq_set_mixed_merge(struct request *rq);
bool blk_rq_merge_ok(struct request *rq, struct bio *bio);
enum elv_merge blk_try_merge(struct request *rq, struct bio *bio);
+void blk_set_default_limits(struct queue_limits *lim);
int blk_dev_init(void);
/*