block: move the code to do early boot lookup of block devices to block/
authorChristoph Hellwig <hch@lst.de>
Wed, 31 May 2023 12:55:26 +0000 (14:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Mon, 5 Jun 2023 16:57:40 +0000 (10:57 -0600)
commit702f3189e454b3c3c2f3c99dbf30acf41aab707c
treeedac65ebbc0a03e8bc7085d4fc2e125c4c88f25b
parent079caa35f7863cd9958b4555ae873ea4d352a502
block: move the code to do early boot lookup of block devices to block/

Create a new block/early-lookup.c to keep the early block device lookup
code instead of having this code sit with the early mount code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20230531125535.676098-16-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Documentation/admin-guide/kernel-parameters.txt
block/Makefile
block/early-lookup.c [new file with mode: 0644]
init/do_mounts.c