Re: [dm-devel] [PATCH 08/24] init: pass root_device_name explicitly

2023-07-09 Thread Max Filippov
On Mon, Jun 26, 2023 at 8:10 AM Guenter Roeck wrote: > > On 6/26/23 00:53, Christoph Hellwig wrote: > > On Fri, Jun 23, 2023 at 05:08:59PM -0700, Guenter Roeck wrote: > >> Hi, > >> > >> On Wed, May 31, 2023 at 02:55:19PM +0200, Christoph Hellwig wrote: > >>> Instead of declaring root_device_name a

Re: [dm-devel] [PATCH 08/24] init: pass root_device_name explicitly

2023-06-26 Thread Guenter Roeck
On 6/26/23 00:53, Christoph Hellwig wrote: On Fri, Jun 23, 2023 at 05:08:59PM -0700, Guenter Roeck wrote: Hi, On Wed, May 31, 2023 at 02:55:19PM +0200, Christoph Hellwig wrote: Instead of declaring root_device_name as a global variable pass it as an argument to the functions using it. Signed-

Re: [dm-devel] [PATCH 08/24] init: pass root_device_name explicitly

2023-06-26 Thread Christoph Hellwig
On Fri, Jun 23, 2023 at 05:08:59PM -0700, Guenter Roeck wrote: > Hi, > > On Wed, May 31, 2023 at 02:55:19PM +0200, Christoph Hellwig wrote: > > Instead of declaring root_device_name as a global variable pass it as an > > argument to the functions using it. > > > > Signed-off-by: Christoph Hellwig

Re: [dm-devel] [PATCH 08/24] init: pass root_device_name explicitly

2023-06-23 Thread Guenter Roeck
Hi, On Wed, May 31, 2023 at 02:55:19PM +0200, Christoph Hellwig wrote: > Instead of declaring root_device_name as a global variable pass it as an > argument to the functions using it. > > Signed-off-by: Christoph Hellwig This patch results in the following build error when trying to build xtens

[dm-devel] [PATCH 08/24] init: pass root_device_name explicitly

2023-05-31 Thread Christoph Hellwig
Instead of declaring root_device_name as a global variable pass it as an argument to the functions using it. Signed-off-by: Christoph Hellwig --- init/do_mounts.c| 29 - init/do_mounts.h| 14 +++--- init/do_mounts_initrd.c | 11 ++- 3 f

[dm-devel] [PATCH 08/24] init: pass root_device_name explicitly

2023-05-23 Thread Christoph Hellwig
Instead of declaring root_device_name as a global variable pass it as an argument to the funtions using it. Signed-off-by: Christoph Hellwig --- init/do_mounts.c| 29 - init/do_mounts.h| 14 +++--- init/do_mounts_initrd.c | 11 ++- 3 fi