block: mark early_lookup_bdev as __init
authorChristoph Hellwig <hch@lst.de>
Wed, 31 May 2023 12:55:35 +0000 (14:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Jun 2023 17:10:14 +0000 (11:10 -0600)
commit2577f53f42947d8ca01666e3444bb7307319ea38
treebe5089fffcde54a8a98156a92c9fd3e90448f99f
parent8d03187ee7328af8e18ef1782289e0b034e75485
block: mark early_lookup_bdev as __init

early_lookup_bdev is now only used during the early boot code as it
should, so mark it __init to not waste run time memory on it.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230531125535.676098-25-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/early-lookup.c
include/linux/blkdev.h