diff options
| author | Christoph Hellwig <hch@lst.de> | 2026-05-27 17:06:46 +0200 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-05-28 07:57:50 -0600 |
| commit | 353c85082a82fa6d78cbb3821749d5982ffed9f4 (patch) | |
| tree | a15fe7ac831b19518a51460aa108fe8d22d89dbf /block | |
| parent | 1133b93fc7f63defaa2c07d5f49873c14bb74681 (diff) | |
| download | linux-next-history-353c85082a82fa6d78cbb3821749d5982ffed9f4.tar.gz | |
block: mark biovec_init_pool static
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@kernel.org>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Link: https://patch.msgid.link/20260527150646.2349405-1-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
| -rw-r--r-- | block/bio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/bio.c b/block/bio.c index 2d880d1255fe9..e9944dab01327 100644 --- a/block/bio.c +++ b/block/bio.c @@ -1873,7 +1873,7 @@ EXPORT_SYMBOL_GPL(bio_trim); * create memory pools for biovec's in a bio_set. * use the global biovec slabs created for general use. */ -int biovec_init_pool(mempool_t *pool, int pool_entries) +static int biovec_init_pool(mempool_t *pool, int pool_entries) { struct biovec_slab *bp = bvec_slabs + ARRAY_SIZE(bvec_slabs) - 1; |
