]> www.infradead.org Git - users/hch/block.git/commit
block: mark early_lookup_bdev as __init blk-init-cleanup
authorChristoph Hellwig <hch@lst.de>
Sat, 20 May 2023 11:40:02 +0000 (13:40 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 31 May 2023 08:06:12 +0000 (10:06 +0200)
commita088e73bc87291c04ea3ff630532a4036a7d8cdb
treef10fc17bcab5d74b0fca59d1006e091a5e85324f
parentd00d7867808bb0338403f0fbeafa4c7cc292e6c0
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>
block/early-lookup.c
include/linux/blkdev.h