summaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/kernel-parameters.txt
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2023-05-31 15:55:26 +0300
committerJens Axboe <axboe@kernel.dk>2023-06-05 19:57:40 +0300
commit702f3189e454b3c3c2f3c99dbf30acf41aab707c (patch)
treeedac65ebbc0a03e8bc7085d4fc2e125c4c88f25b /Documentation/admin-guide/kernel-parameters.txt
parent079caa35f7863cd9958b4555ae873ea4d352a502 (diff)
downloadlinux-702f3189e454b3c3c2f3c99dbf30acf41aab707c.tar.xz
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>
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r--Documentation/admin-guide/kernel-parameters.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index a6bc31349cbb..911c54829c7c 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -5453,8 +5453,8 @@
root= [KNL] Root filesystem
Usually this a a block device specifier of some kind,
- see the early_lookup_bdev comment in init/do_mounts.c
- for details.
+ see the early_lookup_bdev comment in
+ block/early-lookup.c for details.
Alternatively this can be "ram" for the legacy initial
ramdisk, "nfs" and "cifs" for root on a network file
system, or "mtd" and "ubi" for mounting from raw flash.