Re: [PATCH 15/24] block: move the code to do early boot lookup of block devices to block/

From: Christoph Hellwig
Date: Wed May 24 2023 - 02:08:53 EST


On Tue, May 23, 2023 at 09:59:50PM -0700, Randy Dunlap wrote:
> >> 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?
> >
>
> Oh, oops, reverse order of patches?

Patch 13 renames the function, this patch moves it. So I think this
correct, but feel free to double check my foggy brain :)