On 5/23/23 00:45, Christoph Hellwig wrote: > diff --git a/Documentation/admin-guide/kernel-parameters.txt > b/Documentation/admin-guide/kernel-parameters.txt > index f08b83e62c6222..3f8cf6dc7de887 100644 > --- a/Documentation/admin-guide/kernel-parameters.txt > +++ b/Documentation/admin-guide/kernel-parameters.txt > @@ -5452,7 +5452,7 @@ > port and the regular usb controller gets disabled. > > root= [KNL] Root filesystem > - See early_lookup_bdev comment in init/do_mounts.c. > + See early_lookup_bdev comment in block/early-lookup.c Patch 13 does this: root= [KNL] Root filesystem - See name_to_dev_t comment in init/do_mounts.c. + See early_lookup_bdev comment in init/do_mounts.c. Should this latter chunk be dropped? -- ~Randy -- dm-devel mailing list dm-devel@redhat.com https://listman.redhat.com/mailman/listinfo/dm-devel
Re: [dm-devel] [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/
- [dm-devel] fix the name_to_dev_t mess Christoph Hellwig
- [dm-devel] [PATCH 23/24] mtd: block2mtd: don't call... Christoph Hellwig
- Re: [dm-devel] [PATCH 23/24] mtd: block2mtd: do... Miquel Raynal
- [dm-devel] [PATCH 24/24] block: mark early_lookup_b... Christoph Hellwig
- [dm-devel] [PATCH 15/24] block: move the code to do... Christoph Hellwig
- Re: [dm-devel] [PATCH 15/24] block: move the co... Randy Dunlap
- Re: [dm-devel] [PATCH 15/24] block: move th... Randy Dunlap
- Re: [dm-devel] [PATCH 15/24] block: mov... Christoph Hellwig
- [dm-devel] [PATCH 07/24] init: refactor mount_root Christoph Hellwig
- [dm-devel] [PATCH 17/24] dm-snap: simplify the orig... Christoph Hellwig
- Re: [dm-devel] [PATCH 17/24] dm-snap: simplify ... Mike Snitzer
- [dm-devel] [PATCH 08/24] init: pass root_device_nam... Christoph Hellwig
- [dm-devel] [PATCH 20/24] dm: only call early_lookup... Christoph Hellwig
- Re: [dm-devel] [PATCH 20/24] dm: only call earl... Mike Snitzer
- [dm-devel] [PATCH 02/24] PM: hibernate: factor out ... Christoph Hellwig
- Re: [dm-devel] [PATCH 02/24] PM: hibernate: fac... Rafael J. Wysocki